Skip to content

Commit

Permalink
Merge pull request #193 from ruebot/180
Browse files Browse the repository at this point in the history
Add PHP7 & HHVM to .travis.yml; Address #180.
  • Loading branch information
whikloj committed Apr 18, 2016
2 parents 4a028b6 + 39c0c19 commit ec5aacd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@ php:
- 5.3.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: hhvm

branches:
only:
- 7.x-2.x
- sprint-002

before_install:
- export ISLANDORA_DIR=$TRAVIS_BUILD_DIR
- $TRAVIS_BUILD_DIR/drupal/islandora/tests/scripts/travis_setup.sh
Expand Down

0 comments on commit ec5aacd

Please sign in to comment.