diff --git a/.travis.yml b/.travis.yml index 58209d9..6b0ce0a 100644 --- a/.travis.yml +++ b/.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 @@ -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" \ No newline at end of file + - drush test-run --user=1 --uri=http://localhost:8081 "Objective Forms"