Skip to content

Commit

Permalink
Fix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 18, 2016
1 parent e7385c9 commit 83f3b73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -103,6 +103,11 @@ install:
composer require squizlabs/php_codesniffer ^2
echo
- |
echo "Adding path of binaries tools installed by composer to the PATH"
export PATH="$TRAVIS_BUILD_DIR/htdocs/includes/bin:$PATH"
echo
before_script:
- |
echo Start travis
Expand Down

0 comments on commit 83f3b73

Please sign in to comment.