mirror of https://github.com/statping/statping
version update
parent
60784234df
commit
94ffc7b8c2
|
@ -18,7 +18,7 @@ services:
|
|||
|
||||
env:
|
||||
global:
|
||||
- VERSION=0.30
|
||||
- VERSION=0.31
|
||||
- DB_HOST=localhost
|
||||
- DB_USER=travis
|
||||
- DB_PASS=
|
||||
|
@ -74,4 +74,4 @@ after_success:
|
|||
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then /bin/bash -c .travis/build.sh; fi
|
||||
|
||||
after_deploy:
|
||||
- /bin/bash -c .travis/deploy.sh
|
||||
- /bin/bash -c .travis/deploy.sh
|
||||
|
|
Loading…
Reference in New Issue