summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2015-08-06 14:37:01 -0400
committerSolly Ross <sross@redhat.com>2015-08-06 14:43:02 -0400
commitbc4414f5b15c348bdc8a2abde0f4a34420c0c71c (patch)
tree395832c557d6656b6ff2880ed3ed603dcac8a36e
parent8f3c0f6b9b5e5c23a7dc7e90bd22901017ab4fc7 (diff)
downloadnovnc-bc4414f5b15c348bdc8a2abde0f4a34420c0c71c.tar.gz
CI: Switch to Container-Based Travis
This commit switches the Travis tests over to Travis's new container-based infrastructure. It also tells Travis to cache the node_modules directory for faster setup.
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8192252..aa46a31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,8 @@
language: node_js
+sudo: false
+cache:
+ directories:
+ - node_modules
node_js:
- '0.11.13'
env: