Skip to content

Commit

Permalink
Merge pull request #6 from fluxbb/travis
Browse files Browse the repository at this point in the history
[Travis] Don't install Python 3
  • Loading branch information
franzliedke committed Apr 9, 2015
2 parents f757c93 + 897d299 commit a61795a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ matrix:
allow_failures:
- php: hhvm

before_install:
- sudo apt-get install python3
addons:
apt:
packages:
- python3

before_script:
- travis_retry composer require --no-update satooshi/php-coveralls:dev-master sensiolabs/security-checker:dev-master
Expand Down

0 comments on commit a61795a

Please sign in to comment.