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, 0 insertions, 12 deletions
diff --git a/js/dav/.travis.yml b/js/dav/.travis.yml
deleted file mode 100644
index 46b9de7e..00000000
--- a/js/dav/.travis.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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