diff --git a/.travis.yml b/.travis.yml index 5f36108..c3e0bfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: ruby +sudo: false cache: bundler bundler_args: --without development rvm: @@ -10,6 +11,7 @@ rvm: - 2.0.0 - 1.9.3 - rbx-2 +before_script: bundle update matrix: fast_finish: true allow_failures: @@ -21,4 +23,4 @@ matrix: notifications: email: false env: - - CODECLIMATE_REPO_TOKEN=5eee8e8624962f963a52a1d2313dc7407e3b8006291e3704346c786642cc073b \ No newline at end of file + - CODECLIMATE_REPO_TOKEN=5eee8e8624962f963a52a1d2313dc7407e3b8006291e3704346c786642cc073b