Skip to content

Commit bf0676c

Browse files
committed
Improve Travis
1 parent 18fb6aa commit bf0676c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ matrix:
2121
- php: hhvm
2222
env: SYMFONY_VERSION=2.6.* PHPUNIT_VERSION=~4.0
2323
- php: 5.6
24-
env: SYMFONY_VERSION=2.7.*@dev PHPUNIT_VERSION=~4.0
24+
env: SYMFONY_VERSION=2.7.* PHPUNIT_VERSION=~4.0
25+
- php: 5.6
26+
env: SYMFONY_VERSION=2.8.*@dev PHPUNIT_VERSION=~4.0
27+
- php: 5.6
28+
env: SYMFONY_VERSION=3.0.*@dev PHPUNIT_VERSION=~4.0
2529

2630
before_script:
2731
- composer require --no-update "symfony/config:${SYMFONY_VERSION}"
28-
- composer require --no-update "phpunit/phpunit:${PHPUNIT_VERSION}"
32+
- composer require --dev --no-update "phpunit/phpunit:${PHPUNIT_VERSION}"
2933
- composer update
3034

3135
notifications:

0 commit comments

Comments
 (0)