summaryrefslogtreecommitdiffstats
path: root/js/dav/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'js/dav/.travis.yml')
-rw-r--r--js/dav/.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/js/dav/.travis.yml b/js/dav/.travis.yml
new file mode 100644
index 00000000..46b9de7e
--- /dev/null
+++ b/js/dav/.travis.yml
@@ -0,0 +1,12 @@
+# This is a bit weird since this is really a js project,
+# but since we're using sabredav for integration testing
+# and since travis doesn't support multiple languages
+# and since travis additionally always installs a base node.js,
+# the easiest thing to do is pretend to be php.
+language: php
+php:
+ - "5.4"
+before_install:
+ - "nvm install iojs-v1.8.1"
+install: npm install
+script: npm test