We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9859a0 + 65a5950 commit b23ea04Copy full SHA for b23ea04
.travis.yml
@@ -1,3 +1,4 @@
1
+sudo: required
2
language: php
3
php:
4
- 5.3.3
@@ -23,7 +24,10 @@ before_install:
23
24
- cd $HOME/drupal-*
25
- ln -s $TRAVIS_BUILD_DIR sites/all/modules/php_lib
26
- drush en --yes --user=1 php_lib
27
+before_script:
28
+ # Mysql might time out for long tests, increase the wait timeout.
29
+ - mysql -e 'SET @@GLOBAL.wait_timeout=1200'
30
script:
31
- ant -buildfile sites/all/modules/php_lib/build.xml lint
32
- $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/php_lib
- - drush test-run -v --uri=http://localhost:8081 "PHP Lib"
33
+ - php scripts/run-tests.sh --php `phpenv which php` --url http://localhost:8081 --verbose "PHP Lib"
0 commit comments