Skip to content

Commit

Permalink
Adding .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Jun 16, 2016
1 parent 8f6a10c commit a65587c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: php
php:
- "5.5"
- "5.6"
- "7.0"
- "hhvm"

before_script:
- composer install

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

matrix:
allow_failures:
- php: "hhvm"
branches:
only:
- master

0 comments on commit a65587c

Please sign in to comment.