Skip to content

Commit

Permalink
added hhvm testing
Browse files Browse the repository at this point in the history
  • Loading branch information
schorsch3000 committed Jan 16, 2015
1 parent c3bdeea commit 6e1da15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ language: php
php:
- 5.4
- 5.5
- hhvm

before_script:
- composer install -n --prefer-source

script: "./robo test"
script: "./robo test"

0 comments on commit 6e1da15

Please sign in to comment.