Skip to content

Commit

Permalink
chore(ci): use correct npm version for node@8
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jan 30, 2020
1 parent 9a6a26b commit ffaf2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ script:
- npm run all
before_install:
- if [[ `node -v` == v8* ]]; then npm i -g npm@latest-5; fi
- if [[ `node -v` == v8* ]]; then npm i -g npm@latest-6; fi
- if [[ `node -v` != v8* ]]; then npm i -g npm@latest-6; fi
deploy:
provider: npm
email: git_nikku@nixis.de
Expand Down

0 comments on commit ffaf2d2

Please sign in to comment.