Merge pull request #76 from HAIL9000/maint/master/try_to_improve_travis
(maint) Don't install beaker for spec tests in travis
This commit is contained in:
commit
ffb387fec5
|
@ -1,6 +1,6 @@
|
|||
language: ruby
|
||||
sudo: false
|
||||
bundler_args: --without development
|
||||
bundler_args: --without development acceptance
|
||||
script:
|
||||
- "bundle exec rake $CHECK"
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue