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