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

before_install:
  - cd ..; git clone https://github.com/owncloud/appframework; cd news

script:
  - make javascript-tests