summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2fd49a83..e1db4b00 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,9 @@ matrix:
install:
# install ocdev
- - sudo apt-get -y install python3-jinja2 python3-setuptools npm
+ - sudo add-apt-repository -y ppa:chris-lea/node.js
+ - sudo apt-get update
+ - sudo apt-get -y install nodejs python3-jinja2 python3-setuptools
- sudo easy_install3 requests
- sudo easy_install3 ocdev
# set up postgresql
@@ -41,7 +43,7 @@ install:
- ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --database-pass --admin-user admin --admin-pass admin --database $DB
- ./occ app:enable contactsrework
- cd apps/contactsrework
- - npm install
+ - npm install --deps
script:
- phpunit -c phpunit.xml