travis-ci updates

pull/443/head
Hunter Long 2020-03-18 19:40:23 -07:00
parent 14e39d7175
commit 531e181cc4
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
os: os:
- linux - linux
language: go language: go
go: 1.13.5 go: 1.14
go_import_path: github.com/statping/statping go_import_path: github.com/statping/statping
cache: cache:
directories: directories:
@ -33,6 +33,10 @@ notifications:
branches: branches:
only: only:
- master - master
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
- nvm install 10.17.0
- nvm use 10.17.0
install: install:
- npm install -g sass - npm install -g sass
- npm install -g newman - npm install -g newman