Skip to content

Commit 402d9c3

Browse files
committed
Some changes in travis
1 parent b9d7505 commit 402d9c3

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.travis.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 7.0
45
- 7.1
56

67
install:
@@ -16,15 +17,21 @@ install:
1617
before_script:
1718
- travis_retry composer self-update
1819
- travis_retry composer install --no-interaction --prefer-source --dev
20+
1921
- mkdir -p build/logs
2022
- ls -al
2123

2224
script:
23-
- phpunit --coverage-clover build/logs/clover.xml
25+
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
2426

2527

2628
after_script:
27-
- php vendor/bin/coveralls -v
29+
- travis_retry php coveralls.phar -v
30+
31+
branches:
32+
only: master
2833

29-
branch:
30-
- development
34+
cache:
35+
directories:
36+
- vendor
37+
- $HOME/.cache/composer

0 commit comments

Comments
 (0)