summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 20:11:12 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 20:11:12 +0200
commit731823c61f17da2410dbf41e35ff5b62348a2091 (patch)
tree7a71e220c833fceb6a5e9365c8a7bb7d182a7d9e /.travis.yml
parent980da28c8fb007ea86a3f4c7fae85ebaf723fbde (diff)
cleanup
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 105bdf3c8..381c91584 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ before_script:
- ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm
- sudo cp -f owncloud/apps/news/tests/travis/travis-ci-apache /etc/apache2/sites-available/default
- sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-available/default
- - sudo service apache2 restart
+ - sudo service apache2 restart
- cd owncloud
- ocdev ci $DB
- php -f console.php app:enable news
@@ -50,10 +50,9 @@ script:
- npm install --deps # npm install needs to run before sudo npm install because otherwise it fails because a tmp file exists in the home dir
- sudo npm -g install grunt-cli protractor
- webdriver-manager update
- - npm test
- sudo chown -R www-data:www-data ../../../data
- sudo chown -R www-data:www-data ../../../config
- - grunt e2e --verbose
+ - grunt ci --verbose
addons:
postgresql: "9.3"