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