Skip to content

Commit

Permalink
Merge #101 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jul 20, 2015
1 parent 5a13883 commit 513a0d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
language: php
sudo: false

env:
- COMPOSER_OPTIONS="--prefer-source"

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
include:
- php: 5.4
env: COMPOSER_OPTIONS="--prefer-lowest"

install:
- composer update --no-interaction ${COMPOSER_OPTIONS}

before_script:
- composer install --no-progress

script:
- phpunit

0 comments on commit 513a0d8

Please sign in to comment.