fixed travis trigger names
# Do not touch the line above. # Everything below will be removed. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Auf Branch develop # Ihr Branch ist auf dem selben Stand wie 'origin/develop'. # # zum Commit vorgemerkte Änderungen: # # geändert: .travis.yml
This commit is contained in:
parent
9e38a2ee82
commit
fc50ad600a
1 changed files with 2 additions and 2 deletions
|
@ -83,5 +83,5 @@ script:
|
||||||
- rake db:drop
|
- rake db:drop
|
||||||
after_success:
|
after_success:
|
||||||
- if [ "${DB}" = "mysql" ]; then contrib/travis-ci.org/trigger_docker_build.sh; fi
|
- if [ "${DB}" = "mysql" ]; then contrib/travis-ci.org/trigger_docker_build.sh; fi
|
||||||
- if [ "${DB}" = "mysql" ]; then contrib/travis-ci.org/trigger_docker-compose_build.sh; fi
|
- if [ "${DB}" = "mysql" ]; then contrib/travis-ci.org/trigger_docker_compose_build.sh; fi
|
||||||
- if [ "${DB}" = "mysql" ]; then contrib/travis-ci.org/trigger_docker-univention_build.sh; fi
|
- if [ "${DB}" = "mysql" ]; then contrib/travis-ci.org/trigger_docker_univention_build.sh; fi
|
||||||
|
|
Loading…
Reference in a new issue