Skip to content

Commit

Permalink
Travis: update ruby version, add sudo false
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Sep 27, 2015
1 parent c3809ed commit e7ac423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.1.5
- 2.2
gemfile:
- test/gemfiles/rails_head.gemfile
- test/gemfiles/sass_3_3.gemfile
Expand All @@ -19,3 +19,4 @@ env:
- VERBOSE=1
script:
bundle exec rake && sh test/*.sh
sudo: false

0 comments on commit e7ac423

Please sign in to comment.