travis-ci updates

pull/443/head
Hunter Long 2020-03-18 19:45:57 -07:00
parent 531e181cc4
commit 7765075c27
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ branches:
before_install: before_install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install stable - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install stable
- nvm install 10.17.0 - nvm install 10.17.0
- nvm use 10.17.0 - nvm use 10.17.0 --default
install: install:
- npm install -g sass - npm install -g sass
- npm install -g newman - npm install -g newman