diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-03 14:33:05 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-03 14:35:42 +0200 |
commit | 4ac780eb21f1cceeca34e698e6865d49ec7d3ee8 (patch) | |
tree | ad8b7da6eff922d5842de99f79fb3532c9b72be6 /.travis.yml | |
parent | 8fdb5e5766a6bf5970f268200a6c21fd39693637 (diff) | |
download | wallabag-4ac780eb21f1cceeca34e698e6865d49ec7d3ee8.tar.gz wallabag-4ac780eb21f1cceeca34e698e6865d49ec7d3ee8.tar.zst wallabag-4ac780eb21f1cceeca34e698e6865d49ec7d3ee8.zip |
Use install_dev.sh for Travis
Add `--no-dev` to `composer install` for prod env
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c5fe7b01..b0b26b56 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -91,8 +91,8 @@ before_install: | |||
91 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; | 91 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; |
92 | 92 | ||
93 | script: | 93 | script: |
94 | - travis_wait bash install.sh | 94 | - travis_wait bash install_dev.sh |
95 | - ant prepare-$DB | 95 | - ant prepare-$DB |
96 | - phpunit -v | 96 | - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi; |
97 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; | 97 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; |
98 | - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi; | 98 | - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi; |