Skip to content

Commit

Permalink
Add Travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
letrunghieu committed Apr 15, 2014
1 parent bdbc7c4 commit a46b1c9
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.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev

script: phpunit

matrix:
allow_failures:
- php: 5.6
- php: hhvm

0 comments on commit a46b1c9

Please sign in to comment.