Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Commit

Permalink
Use correct PHP packages on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
carltonwhitehead committed Sep 24, 2017
1 parent f2b38f5 commit 52e373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script: mvn test
after_success:
- mvn clean test jacoco:report coveralls:report
before_deploy:
- sudo apt-get install -y php7.0-cli php7.0-xml php7.0-tidy # used for generated client post-processing
- sudo apt-get install -y php5-cli php5-tidy # used for generated client post-processing
- ./travis-before_deploy.sh
deploy:
skip_cleanup: true
Expand Down

0 comments on commit 52e373f

Please sign in to comment.