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

Removed PHP travis tests

parent dba4597c
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,8 @@ language: cpp ...@@ -2,10 +2,8 @@ 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 -y
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get dist-upgrade -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:
...@@ -19,7 +17,6 @@ env: ...@@ -19,7 +17,6 @@ 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