summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: d3fcdf6476840d1a40e3d7984fdf74fbf6d4c4d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: php
php:
  - 5.3
  - 5.4

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

script:
  - sudo add-apt-repository -y ppa:chris-lea/node.js
  - sudo apt-get update
  - sudo -y apt-get upgrade
  - make unit-tests
  - make javascript-tests