mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Group first 2 builds
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -3,8 +3,6 @@ sudo: require
|
|||||||
env:
|
env:
|
||||||
- TEST_SUITE=1
|
- TEST_SUITE=1
|
||||||
- TEST_SUITE=2
|
- TEST_SUITE=2
|
||||||
- TEST_SUITE=3
|
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
@@ -50,13 +48,13 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- "./node_modules/.bin/gulp test"
|
- "./node_modules/.bin/gulp test"
|
||||||
- |
|
- |
|
||||||
|
echo "$TEST_SUITE";
|
||||||
case "$TEST_SUITE" in
|
case "$TEST_SUITE" in
|
||||||
1 )
|
1 )
|
||||||
"./bin/phpunit" --exclude-group legacy ;;
|
"./bin/phpunit" --exclude-group legacy ;
|
||||||
|
"./bin/phpunit" --group legacy --exclude-group web ;;
|
||||||
2 )
|
2 )
|
||||||
"./bin/phpunit" --group legacy --exclude-group web;;
|
"./bin/phpunit" --group web ;;
|
||||||
3 )
|
|
||||||
"./bin/phpunit" --group web;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
Reference in New Issue
Block a user