Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Update Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Eckerstorfer committed Nov 18, 2014
1 parent 6d8bba8 commit cc98d96
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- composer install
- wget http://getcomposer.org/composer.phar
- php composer.phar --prefer-source --dev install
- cp phpunit.xml.dist phpunit.xml

script:
- ./vendor/bin/phpunit -c ./

0 comments on commit cc98d96

Please sign in to comment.