Skip to content

Commit e7728c6

Browse files
committed
update travis configuration
1 parent 2fc19ec commit e7728c6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8+
- 7.0
89
- hhvm
910
- hhvm-nightly
1011

@@ -13,9 +14,13 @@ matrix:
1314
- php: hhvm
1415
- php: hhvm-nightly
1516

16-
before_script:
17-
- wget https://getcomposer.org/composer.phar
18-
- php composer.phar install --prefer-source
17+
env:
18+
matrix:
19+
- COMPOSER_PREFER="--prefer-stable"
20+
- COMPOSER_PREFER="--prefer-lowest"
21+
22+
sudo: false
1923

2024
script:
21-
- vendor/bin/atoum --test-ext
25+
- composer update $COMPOSER_PREFER
26+
- ./vendor/bin/atoum

0 commit comments

Comments
 (0)