summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 83de0619a9d06c1bf57fb1e111ba003b8d23d873 (plain)
1
2
3
4
5
6
7
8
9
10
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