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

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

script:
  - make javascript-tests