summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2015-03-27 14:34:35 -0400
committerJoe George <joe@zeroc.com>2015-03-27 14:37:38 -0400
commitb95fe94aead2bdec208d503e1bcaf837da8bc156 (patch)
tree4b3fad666fa8ccffc9f15ba335794af865dcfef4 /.travis.yml
parentDo not run C# tests from top level allTests.py on unix (diff)
downloadice-b95fe94aead2bdec208d503e1bcaf837da8bc156.tar.bz2
ice-b95fe94aead2bdec208d503e1bcaf837da8bc156.tar.xz
ice-b95fe94aead2bdec208d503e1bcaf837da8bc156.zip
Add php5-cli dependency to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5caf41f1f81..5fd9e4a3f07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ before_script:
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.6
- sudo update-alternatives --set gcc /usr/bin/gcc-4.8
- - sudo apt-get install libmcpp-dev libdb++-dev libdb-dev libdb-java libdb-java-dev ruby-dev python-dev php5-dev
+ - sudo apt-get install libmcpp-dev libdb++-dev libdb-dev libdb-java libdb-java-dev ruby-dev python-dev php5-dev php5
script:
- make -j3
- python allTests.py --rfilter='java/test/Ice/udp'