From 3353bf02eae4d93649dfb0d97c90dd4e5ea29590 Mon Sep 17 00:00:00 2001 From: Marcio Junior Date: Tue, 10 Jan 2017 18:44:11 -0200 Subject: [PATCH] This fixes an issue with "NoMethodError: undefined method `spec' for nil:NilClass" Please see https://github.com/bundler/bundler/issues/3558#issuecomment-171347979 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e87ca0..eb5eeaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ +sudo: false language: ruby script: bundle exec rake test rvm: - - 1.9.3 \ No newline at end of file + - 1.9.3