summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: d76ad2b42245af2b2602caf22b5f977988517823 (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: cd ..; git clone https://github.com/owncloud/appframework; cd news

script: make javascript-tests