summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-09-18 17:58:41 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-09-18 18:05:38 +0200
commitcd9a1094ea15ddba93f5d48f4ed3b6d2124cc4eb (patch)
tree799992b22af8a175e29ed996ad99161d221642b2 /.travis.yml
parentece7354b0cd75abbf9afc65bfd89bd60544aa347 (diff)
downloadwekan-cd9a1094ea15ddba93f5d48f4ed3b6d2124cc4eb.tar.gz
wekan-cd9a1094ea15ddba93f5d48f4ed3b6d2124cc4eb.tar.bz2
wekan-cd9a1094ea15ddba93f5d48f4ed3b6d2124cc4eb.zip
Use Travis container-based infrastructure
This option add a few restrictions (in particular `sudo` is disabled) but makes the process quicker to start and to execute.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 70ff3a27..2499948a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+sudo: false
language: node_js
node_js:
- "0.10.40"