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

before_install: 
  - cd ..; git clone https://github.com/owncloud/appframework; cd news
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"

script:
  - make javascript-tests
  - make unit-tests