Skip to content

Commit

Permalink
clanup install.sh; scoping of what needs coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
padraic committed Feb 15, 2015
1 parent 412200d commit 78ce08e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions travis/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/bash
if [[ "$TRAVIS_PHP_VERSION" == "5.3.3" ]]; then
export PATH=$PWD/phar:$PATH
echo PATH is $PATH
export PATH=$PWD/phar:$PATH
echo PATH is $PATH
fi

composer install -n
composer require --dev satooshi/php-coveralls:~0.7@dev

if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then
composer require --dev satooshi/php-coveralls:~0.7@dev
fi

0 comments on commit 78ce08e

Please sign in to comment.