Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-07 21:32:57 +0300
committerbrantje <brantje@gmail.com>2016-10-07 21:32:57 +0300
commitd0a6a1702d964517410b30c65b8b71575f1d7eed (patch)
treec98f2b0b3cb321949029ca74c2e1bb8d7d4c0fd6 /.travis.yml
parent427878152aaddfb383c68417c86b6c24b8b404e4 (diff)
Update travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b2a4376f..f282bda8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,8 +43,6 @@ before_script:
# - if [[ "$DB" == 'mysql' ]]; then mysql -u root -e 'create database oc_autotest;'; fi
# - if [[ "$DB" == 'mysql' ]]; then mysql -u root -e "CREATE USER 'oc_autotest'@'localhost' IDENTIFIED BY '';"; fi
# - if [[ "$DB" == 'mysql' ]]; then mysql -u root -e "grant all on oc_autotest.* to 'oc_autotest'@'localhost';"; fi
- - cd owncloud
- - mkdir data
- cd apps/$APP_NAME/
- npm install
# - ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database $DB --database-pass=''
@@ -52,7 +50,6 @@ before_script:
# - php -S localhost:8080 &
script:
- - cd apps/$APP_NAME/
- grunt jshint
after_failure: