Flip secret bit to enable Docker builds
This commit is contained in:
parent
3449fc8146
commit
a7cc886252
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue