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

Re-added php tests to travis

parent aa373ba6
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ before_install: ...@@ -3,7 +3,7 @@ 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 apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv clang-3.5 - 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:
...@@ -17,6 +17,7 @@ env: ...@@ -17,6 +17,7 @@ env:
- CONFIG=opt TEST=node - CONFIG=opt TEST=node
- CONFIG=opt TEST=ruby - CONFIG=opt TEST=ruby
- CONFIG=opt TEST=python - CONFIG=opt TEST=python
- CONFIG=opt TEST=php
- CONFIG=gcov TEST=c - CONFIG=gcov TEST=c
- CONFIG=gcov TEST=c++ - CONFIG=gcov TEST=c++
script: script:
......
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