File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,21 @@ language: php
2
2
3
3
php :
4
4
- ' 5.4'
5
+ - ' 5.5'
5
6
- ' 5.6'
6
7
- ' 7.0'
7
- - hhvm # on Trusty only
8
+ - ' 7.1 '
8
9
- nightly
10
+ - hhvm
11
+ - hhvm-nightly
9
12
10
13
install :
11
14
- composer self-update
12
- - composer install
15
+ - composer install --dev --no-interaction
13
16
17
+ script :
18
+ - mkdir -p build/logs
19
+ - php vendor/bin/phpunit -c phpunit.xml.dist
20
+
21
+ after_success :
22
+ - travis_retry php vendor/bin/coveralls -v
Original file line number Diff line number Diff line change 13
13
"psr-4" : {
14
14
"iamcal\\ " : " src"
15
15
}
16
+ },
17
+ "require-dev" : {
18
+ "phpunit/phpunit" : " >=4.8" ,
19
+ "php-coveralls/php-coveralls" : " ~1.0"
16
20
}
17
21
}
Original file line number Diff line number Diff line change 6
6
</testsuite >
7
7
</testsuites >
8
8
<logging >
9
- <log type =" coverage-clover" target =" clover.xml" />
9
+ <log type =" coverage-clover" target =" build/logs/ clover.xml" />
10
10
</logging >
11
11
</phpunit >
You can’t perform that action at this time.
0 commit comments