Flip secret bit to enable Docker builds

This commit is contained in:
Erik Michaels-Ober 2014-08-21 20:08:23 +02:00
parent 3449fc8146
commit a7cc886252
1 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,10 @@
before_script: bundle exec rake db:create db:schema:load
bundler_args: --without assets:development:production
cache: bundler
script:
- bundle exec rake
- bundle exec rubocop --rails --fail-level=refactor
language: ruby
rvm:
- 2.1.2
script:
- bundle exec rake
- bundle exec rubocop --rails --fail-level=refactor
sudo: false