summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index d949ff73a..ec4b55968 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ php:
- 5.6
- 7
- 7.1
+ - 7.2
+ - nightly
env:
global:
@@ -16,20 +18,17 @@ env:
matrix:
allow_failures:
- env: DB=pgsql CORE_BRANCH=master
+ - php: nightly
include:
- - php: 5.6
+ - php: 7.1
env: DB=sqlite
- - php: 5.6
+ - php: 7.1
env: DB=mysql
- - php: 5.6
+ - php: 7.1
env: DB=pgsql CORE_BRANCH=master
fast_finish: true
before_install:
- # re-enable once mariadb is added as an option
- # - if [[ "$DB" == 'mysql' ]]; then sudo apt-get -y install mariadb-server; fi
- - nvm install 6
- - npm install -g npm@latest
- make
# install core
- cd ../