Merge pull request #23 from hkenney/maint/master/update_travis_to_use_docker

(maint) Enable docker containers for travis
This commit is contained in:
Henrik Lindberg 2015-01-29 08:00:30 -08:00
commit 06959d4c44
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
language: ruby
sudo: false
bundler_args: --without development
script:
- "bundle exec rake $CHECK"