Skip to content

Commit

Permalink
Do not use sudo on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Nov 26, 2015
1 parent 69fbb14 commit db77ddc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sudo: false

language: ruby

before_install: gem update bundler
Expand All @@ -12,12 +14,12 @@ rvm:
- 2.0.0
- 2.2.0
- ruby-head

matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true

script: bundle exec rake travis

notifications:
Expand Down

0 comments on commit db77ddc

Please sign in to comment.