Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Jan 8, 2017
1 parent 1ad9ce1 commit 51ea3c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,8 @@ before_script:
- sudo cp -f tests/travis-ci/config.php public_html/lists/config/config.php
- composer self-update
- composer install --prefer-dist
- cd vendor/bin && ln -s ../njoannidi/php-lint-bash/phpLint
- cd vendor/bin && ln -s ../njoannidi/php-lint-bash/phpLint && cd ../../
- ls -l vendor/bin

# Set MySQL configuration and create the database.
- mysql -e 'SET GLOBAL wait_timeout = 5400;'
Expand All @@ -29,6 +30,7 @@ before_script:
script:
- vendor/bin/phpLint ./public_html
- vendor/bin/behat

after_failure:
- echo "Failures detected. Outputing additional logs:"
- sudo cat /var/log/apache2/error.log
Expand Down

0 comments on commit 51ea3c7

Please sign in to comment.