Skip to content

Commit

Permalink
Add PHP7 & HHVM to .travis.yml; Address #180.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Apr 18, 2016
1 parent 4a028b6 commit 39c0c19
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 39c0c19

Please sign in to comment.