mirror of https://github.com/statping/statping
travis-ci updates
parent
14e39d7175
commit
531e181cc4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue