Skip to content

Commit

Permalink
Install node 12.18.0(lts) in travis.yml. Fix #1797 (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Jul 23, 2020
1 parent 325bf69 commit 9e9dca1
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 @@ -11,7 +11,7 @@ script: travis_wait 30 npm run test-ci
before_install:
- docker pull minio/minio
- docker run -d -p 9000:9000 --name minio-test -e "MINIO_ACCESS_KEY=${MINIO_ACCESS_KEY}" -e "MINIO_SECRET_KEY=${MINIO_SECRET_KEY}" minio/minio server ./data
- nvm install 12; if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
- nvm install 12.18.0; if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
install:
- source utils/install-conda.sh
- npm install

0 comments on commit 9e9dca1

Please sign in to comment.