travis: remove before_install

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2020-04-30 17:34:36 +05:30
parent 34520c7908
commit 604ea21edb
1 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,5 @@ node_js:
- 12
cache:
npm: false
before_install:
- npm i -g npm@version-number
script:
- npm run lint && npm run build