Skip to content

Commit

Permalink
Travis CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
thundo committed Oct 18, 2017
1 parent 7f9a075 commit 7addfae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php
php:
- 5.5
- 5.6
- 7.0
install:
- composer install
- composer require php-coveralls/php-coveralls
before_script:
- mkdir -p build/logs
script:
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'

0 comments on commit 7addfae

Please sign in to comment.