Skip to content
Snippets Groups Projects
Commit 83f3b730 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix travis file

parent e7385c9e
Branches
No related tags found
No related merge requests found
...@@ -103,6 +103,11 @@ install: ...@@ -103,6 +103,11 @@ install:
composer require squizlabs/php_codesniffer ^2 composer require squizlabs/php_codesniffer ^2
echo 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: before_script:
- | - |
echo Start travis echo Start travis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment