summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-18 18:34:04 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-18 18:35:45 +0200
commit7867824595842ed8078dadbe247b6df4492e0e78 (patch)
tree6a0e7fcf003c9220c60611826cae95a07e468fe5 /.travis.yml
parent4450055274c08a87cd7e21d46f92c3bef1f5900a (diff)
try container build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9cf3c7420..c63760643 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-sudo: required
+sudo: false
dist: trusty
language: php
php:
@@ -25,7 +25,8 @@ matrix:
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- - if [[ "$DB" == 'mysql' ]]; then sudo apt-get -y install mariadb-server; fi
+ # re-enable once mariadb is added as an option
+ # - if [[ "$DB" == 'mysql' ]]; then sudo apt-get -y install mariadb-server; fi
- nvm install 5.6
- npm install -g npm@latest
- make