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

git:
    depth: 0

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

script: make javascript-tests