Skip to content

Commit

Permalink
PATH export only needed for PHP7
Browse files Browse the repository at this point in the history
  • Loading branch information
padraic committed Feb 15, 2015
1 parent ef6e2a5 commit 4fd0c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
export PATH=$PWD/phar:$PATH
if [[ "$TRAVIS_PHP_VERSION" == "5.3.3" ]]; then
export PATH=$PWD/phar:$PATH
echo PATH is $PATH
fi
composer install -n

0 comments on commit 4fd0c68

Please sign in to comment.