Skip to content

Commit

Permalink
Merge pull request #23 from qadan/7.x
Browse files Browse the repository at this point in the history
adding fedora 3.7.0 to travis
  • Loading branch information
qadan committed Nov 14, 2013
2 parents def64ea + 604dda9 commit 2d12c68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,13 +1,14 @@
language: php
php:
- 5.3.3
#- 5.4
- 5.4
branches:
only:
- 7.x
env:
- FEDORA_VERSION="3.5"
- FEDORA_VERSION="3.6.2"
- FEDORA_VERSION="3.7.0"
before_install:
- cd $HOME
- git clone -b 7.x git://github.com/Islandora/islandora.git
Expand All @@ -23,4 +24,4 @@ script:
- $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/objective_forms
- drush coder-review --reviews=production,security,style,i18n,potx,sniffer objective_forms
- phpcpd --names *.module,*.inc,*.test sites/all/modules/objective_forms
- drush test-run --user=1 --uri=http://localhost:8081 "Objective Forms"
- drush test-run --user=1 --uri=http://localhost:8081 "Objective Forms"

0 comments on commit 2d12c68

Please sign in to comment.