Browse Source

Fixed ant path issue

pull/304/head
jonathangreen 12 years ago
parent
commit
d67c95f901
  1. 2
      .travis.yml

2
.travis.yml

@ -11,6 +11,6 @@ before_install:
- $TRAVIS_BUILD_DIR/tests/travis_setup.sh
- cd $HOME/drupal-*
script:
- ant lint
- ant -buildfile sites/all/modules/islandora/build.xml lint
- drush dcs sites/all/modules/islandora
- drush test-run --uri=http://localhost:8081 Islandora

Loading…
Cancel
Save