summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2018-03-18 15:01:08 +0100
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2018-03-18 15:01:08 +0100
commit17e85dd5079b7ee0b1f18a450b66ec5df3cf5eb3 (patch)
tree4a4ddbea25429a4a9d82b8b28cd935d8838b30f3 /.travis.yml
parent2de169e43a17bdb6e1d19054e76de3ce7e220052 (diff)
Unit: Fix unittests (#278)
* Unit: Fix unittests Issue #171 * Tests: Move test namespace to the expected nextcloud namespace
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 ../