File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 5
5
- 5.4
6
6
- 5.5
7
7
- 5.6
8
+ - 7.0
8
9
- hhvm
9
10
- hhvm-nightly
10
11
@@ -13,9 +14,13 @@ matrix:
13
14
- php : hhvm
14
15
- php : hhvm-nightly
15
16
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
19
23
20
24
script :
21
- - vendor/bin/atoum --test-ext
25
+ - composer update $COMPOSER_PREFER
26
+ - ./vendor/bin/atoum
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "atoum/atoum" : " <3 .0" ,
15
+ "atoum/atoum" : " >=1.0.0 <7 .0" ,
16
16
"symfony/yaml" : " ~2.6" ,
17
17
"symfony/config" : " ~2.6" ,
18
18
"symfony/dependency-injection" : " ~2.6"
You can’t perform that action at this time.
0 commit comments