Skip to content

Commit

Permalink
Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Jan 20, 2014
1 parent 8435c58 commit 8839ca5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -6,15 +6,11 @@ php:

before_script:
- which pecl && echo yes | pecl install pecl_http || true
- composer install --dev
- composer install
- npm install

script: phpunit

notifications:
email:
- lstrojny@php.net

matrix:
allow_failures:
- php: hhvm

0 comments on commit 8839ca5

Please sign in to comment.