summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 16:55:52 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 16:56:02 +0200
commit9fdb776bc09347f4b7645f3145c96f125cfbff4f (patch)
tree8b4bb522ea6960dbfa33cf23828e0fc8bede2b80 /.travis.yml
parent223f19c04aa1090c47227b6803989c96e82ce71b (diff)
reduce version to run with master
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2893c2151..eed5455e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,11 @@ install:
- tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2
- sudo ln -s $(pwd)/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
- ocdev setup core --dir owncloud
+ - cd news/js
+ - npm install --deps
+ - sudo npm -g install grunt-cli protractor
+ - sudo webdriver-manager update
+ - cd ../../
- mv news owncloud/apps/
before_script:
@@ -47,11 +52,7 @@ script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- cd js/
- - npm -g install grunt-cli
- - npm install --deps
- npm test
- - sudo npm install -g protractor
- - sudo webdriver-manager update
- sudo chown -R www-data:www-data ../../../data
- sudo chown -R www-data:www-data ../../../config
#- grunt e2e