Skip to content

Commit

Permalink
updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Feb 11, 2016
1 parent 40749c9 commit ff1196c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
language: php
cache:
directories:
- vendor

php:
- 5.6
- 7.0

matrix:
fast_finish: true

before_install:
- /home/travis/.phpenv/versions/$(phpenv version-name)/bin/composer self-update

before_script:
- composer require --dev satooshi/php-coveralls:dev-master
- composer install

after_script:
- export COVERALLS_RUN_LOCALLY=1
- php bin/coveralls -v

script:
- vendor/bin/phpunit --coverage-text

0 comments on commit ff1196c

Please sign in to comment.