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:
@@ -3,8 +3,6 @@ sudo: require
|
||||
env:
|
||||
- TEST_SUITE=1
|
||||
- TEST_SUITE=2
|
||||
- TEST_SUITE=3
|
||||
|
||||
php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
@@ -50,12 +48,12 @@ before_script:
|
||||
script:
|
||||
- "./node_modules/.bin/gulp test"
|
||||
- |
|
||||
echo "$TEST_SUITE";
|
||||
case "$TEST_SUITE" in
|
||||
1 )
|
||||
"./bin/phpunit" --exclude-group legacy ;;
|
||||
2 )
|
||||
"./bin/phpunit" --exclude-group legacy ;
|
||||
"./bin/phpunit" --group legacy --exclude-group web ;;
|
||||
3 )
|
||||
2 )
|
||||
"./bin/phpunit" --group web ;;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user