OSDN Git Service

pollished team index
[wvm/gitlab.git] / .travis.yml
index 0193d00..b62d6ce 100644 (file)
@@ -2,9 +2,10 @@ before_install: sudo apt-get install libicu-dev -y
 branches:
   only:
     - 'master'
-rvm: 1.9.2
+rvm:
+  - 1.9.2
 before_script:
-  - "cp config/database.yml.example config/database.yml"
+  - "cp config/database.yml.sqlite config/database.yml"
   - "cp config/gitlab.yml.example config/gitlab.yml"
   - "bundle exec rake db:create RAILS_ENV=test"
   - "bundle exec rake db:migrate RAILS_ENV=test"