summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-20 00:06:15 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-20 00:06:24 +0200
commit30d8b724a8490c69a1af6b7ce2b97086fa0939c3 (patch)
tree5333b26337066c9b0854387ebfd9c05d950bbdbf /.travis.yml
parent2812c0b9704838a25c4030ee1153926e3869ddfe (diff)
try to run php and node js tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 28003b3d1..0ef391a17 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,14 @@
-language: node_js
-node_js:
- - "0.10"
+language: php
+php:
+ - 5.3
+ - 5.4
before_install:
- cd ..; git clone https://github.com/owncloud/appframework; cd news
script:
+ - sudo add-apt-repository ppa:chris-lea/node.js
+ - sudo apt-get update
+ - sudo apt-get upgrade -y
+ - make unit-tests
- make javascript-tests