Skip to content

Commit

Permalink
Tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Morselli committed Mar 3, 2016
1 parent d8fd487 commit 237a7d0
Showing 1 changed file with 7 additions and 29 deletions.
36 changes: 7 additions & 29 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,14 @@
language: php

matrix:
fast_finish: true
include:
- php: 5.4
env: WITH_OPENSSL=true
- php: 5.4
env: WITH_MCRYPT=true
- php: 5.5
env: WITH_OPENSSL=true
- php: 5.5
env: WITH_MCRYPT=true
- php: 5.6
env: WITH_OPENSSL=true
- php: 5.6
env: WITH_MCRYPT=true
- php: 7.0
env: WITH_OPENSSL=true
- php: 7.0
env: WITH_MCRYPT=true
- php: hhvm
env: WITH_OPENSSL=true
- php: hhvm
env: WITH_MCRYPT=true
- php: nightly
env: WITH_OPENSSL=true
- php: nightly
env: WITH_MCRYPT=true
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
- hhvm

before_script:
- sh -c 'if [ "$WITH_OPENSSL" != "" ]; then phpenv config-rm mcrypt.ini; fi;'
- sh -c 'if [ "$WITH_MCRYPT" != "" ]; then phpenv config-rm openssl.ini; fi;'
- composer install
- mkdir -p build/logs

Expand Down

0 comments on commit 237a7d0

Please sign in to comment.