Skip to content

Commit

Permalink
chore: use PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 31, 2016
1 parent db969e7 commit 35ab7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
@@ -1,15 +1,11 @@
language: php

php:
- "5.5"

- 5.6
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev --no-interaction

script:
- mkdir -p build/logs
- php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- php ./vendor/bin/coveralls -v
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
"php": ">=5.4"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpunit": "^5.7"
},
"autoload": {
Expand Down

0 comments on commit 35ab7be

Please sign in to comment.