summaryrefslogtreecommitdiffstats
path: root/js/vendor/dav/.travis.yml
blob: 46b9de7e4e139ddb93f15f0bea21d11977458cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
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