Skip to content

Commit

Permalink
Merge pull request #47 from duality-solutions/TravisCI
Browse files Browse the repository at this point in the history
Update NodeJS and NVM to v10.16.2
  • Loading branch information
AmirAbrams authored Sep 6, 2019
2 parents 29a96fc + 5325179 commit 6bfb1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 8.16.1
- 10.16.2
os:
- linux
dist: bionic
Expand All @@ -11,7 +11,7 @@ before_install:
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update && sudo apt-get install --no-install-recommends yarn
- nvm install 8.15.0 && nvm use 8.15.0 && npm install -g yarn
- nvm install 10.16.2 && nvm use 10.16.2 && npm install -g yarn
- yarn install
cache:
apt: true
Expand Down

0 comments on commit 6bfb1e4

Please sign in to comment.