Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 16, 2014
1 parent e99e723 commit d2152f6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
@@ -1,13 +1,16 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev

before_script: composer install
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

script: phpunit --configuration ./build/travis-ci.xml

Expand Down

0 comments on commit d2152f6

Please sign in to comment.