summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:24:58 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-21 15:24:58 +0100
commit1f6f515eb846b3a440ae7d0c10677c81e2c7cbb2 (patch)
treef849bc038eeba95eb1682c760d4d8ec581ff3c18 /.travis.yml
parent46d4048ca4badde115d63c82947bf2667b356fa2 (diff)
remove phpenv
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6db46b63e..a37a99d55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,6 @@ env:
matrix:
allow_failures:
- - php: hhvm
- env: DB=pgsql CORE_BRANCH=master
include:
- php: 5.6
@@ -30,7 +29,6 @@ before_install:
- sudo apt-get update
- sudo apt-get -y install python3-setuptools
- sudo easy_install3 requests ocdev
- - phpenv install $TRAVIS_PHP_VERSION # can be removed once php is supported out of the box
- nvm install 5.6
- npm install -g npm@latest
# install php modules
@@ -74,4 +72,4 @@ script:
addons:
postgresql: "9.3"
- firefox: "44"
+ firefox: "44.0.2"