Skip to content

Commit

Permalink
Merge pull request #143 from amitaibu/improve-travis-testing
Browse files Browse the repository at this point in the history
Improve testing on Travis
  • Loading branch information
amitaibu committed Jan 22, 2016
2 parents db83012 + cc4365a commit ee6f0d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ sudo: false
php:
- 5.5
- 5.6
- 7.0

env:
- DRUPAL_CORE=8.0.x
- DRUPAL_CORE=8.1.x

mysql:
database: og
Expand All @@ -21,7 +26,7 @@ before_script:
# Create database.
- mysql -e 'create database og'
# Download Drupal 8 core.
- git clone --branch 8.0.x --depth 1 http://git.drupal.org/project/drupal.git
- git clone --branch $DRUPAL_CORE --depth 1 http://git.drupal.org/project/drupal.git
- cd drupal

- ln -s $TESTDIR modules/og
Expand Down

0 comments on commit ee6f0d0

Please sign in to comment.