Skip to content

Commit

Permalink
Update travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Nov 25, 2018
1 parent 1fabd58 commit 2592aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ before_install:
- if [ ! -d $HOME/.phive ]; then mkdir $HOME/.phive ; fi
- if [ ! -f $HOME/.phive/phive.phar ]; then ant getphive ; mv phive.phar $HOME/.phive ; fi
# Travis doesn't support TLSv1.2 on PHP < 7.1.18 - for whatever reasons - so let's download manually
- if [ ! -f $HOME/.phive/phpunit.phar ]; then curl -o $HOME/.phive/phpunit.phar https://phar.phpunit.de/phpunit-5.7.27.phar ; cp $HOME/.phive/phpunit.phar tools/phpunit ; chmod +x tools/phpunit ; fi
- if [ ! -f $HOME/.phive/phpunit.phar ]; then curl -o $HOME/.phive/phpunit.phar https://phar.phpunit.de/phpunit-5.7.27.phar ; chmod +x $HOME/.phive/phpunit.phar ; fi
- sudo cp $HOME/.phive/phive.phar /usr/local/bin/phive

cache:
Expand Down

0 comments on commit 2592aa4

Please sign in to comment.