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"