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