From a68b0dd96ca5d0672871626d786329f53af848a3 Mon Sep 17 00:00:00 2001 From: stefan Date: Sun, 13 Mar 2016 13:11:04 +0100 Subject: [PATCH] avoid sudo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa02368..fe6445a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ python: - "3.5" - "3.5-dev" before_install: - - sudo bundler + - bundle install install: "pip install pyaml flake8 pylint" script: "rake test"