summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 8634814d68a7ab20b6e309f72fc2727fe43ecbe3 (plain)
1
2
3
4
5
6
7
8
language: node_js
node_js:
  - "0.11"
  - "0.10"

before_install: git clone https://github.com/owncloud/appframework

script: make javascript-tests