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

Commit

Permalink
Merge pull request #160 from joshk/patch-1
Browse files Browse the repository at this point in the history
Use the new build env on Travis
  • Loading branch information
brettminnie committed Dec 11, 2014
2 parents 85bfdfa + ccf964b commit c66cd4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -3,6 +3,8 @@ language: php
php:
- 5.5

sudo: false

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction
Expand All @@ -12,4 +14,4 @@ script:
- phpunit -c ./tests/phpunit.xml

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/coveralls -v

0 comments on commit c66cd4c

Please sign in to comment.