Skip to content
Snippets Groups Projects
Commit 77234a5c authored by murgatroid99's avatar murgatroid99
Browse files

Fixed travis PHP version update

parent 02ea6643
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,10 @@ language: cpp ...@@ -2,8 +2,10 @@ language: cpp
before_install: before_install:
- sudo add-apt-repository ppa:yjwong/gflags -y - sudo add-apt-repository ppa:yjwong/gflags -y
- sudo add-apt-repository ppa:h-rayflood/llvm -y - sudo add-apt-repository ppa:h-rayflood/llvm -y
- sudo add-apt-repository ppa:ondrej/php5-5.6
- sudo apt-get dist-upgrade
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv clang-3.5 php5-dev php5 - sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv clang-3.5 php5-dev
- sudo pip install cpp-coveralls - sudo pip install cpp-coveralls
env: env:
global: global:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment