Skip to content

Commit

Permalink
Add travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyennv committed Jun 13, 2016
1 parent 0cae634 commit 74d50b5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: hhvm

before_install:
- wget http://getcomposer.org/composer.phar
- php composer.phar install

script: phpunit -v --coverage-clover clover

0 comments on commit 74d50b5

Please sign in to comment.