Skip to content

Commit

Permalink
Adds .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Jan 27, 2020
1 parent 0b4440b commit 71b99b9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- nightly
- hhvm

matrix:
allow_failures:
- php: nightly
- php: hhvm

install: composer install
script: vendor/bin/phpunit --coverage-clover=coverage.clover

0 comments on commit 71b99b9

Please sign in to comment.