Skip to content

Commit

Permalink
avoid sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed Mar 13, 2016
1 parent 1b0a7e9 commit a68b0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a68b0dd

Please sign in to comment.