diff --git a/.travis.yml b/.travis.yml index 34ef924..dd2294a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,11 @@ services: - docker env: - - V8VER=6.6 + - V8VER=7.1 PHPVER=7.0 - - V8VER=6.6 + - V8VER=7.1 PHPVER=7.1 - - V8VER=6.6 + - V8VER=7.1 PHPVER=7.2 script: make -f Makefile.travis test diff --git a/Dockerfile.travis b/Dockerfile.travis index 8f89caf..5ce3399 100644 --- a/Dockerfile.travis +++ b/Dockerfile.travis @@ -9,7 +9,7 @@ RUN apt-get update -q RUN apt-get install -y software-properties-common RUN add-apt-repository ppa:ondrej/php -RUN add-apt-repository ppa:pinepain/php -y +RUN add-apt-repository ppa:stesie/libv8 -y RUN apt-get update -q RUN apt-get install -y php$PHPVER-dev libv8-$V8VER-dev diff --git a/Makefile.travis b/Makefile.travis index 2a70252..eb5c42b 100644 --- a/Makefile.travis +++ b/Makefile.travis @@ -1,5 +1,5 @@ # Configure and build scripts for travis CI system -V8VER ?= 6.6 +V8VER ?= 7.1 IMAGENAME ?= v8js-test