Skip to content

Commit

Permalink
Added the travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Mar 13, 2014
1 parent d5970ef commit 69c2230
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:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
allow_failures:
- php: hhvm

before_script: composer --dev --prefer-source install

script: ./vendor/bin/phpunit -v

0 comments on commit 69c2230

Please sign in to comment.