Skip to content

Commit

Permalink
Update rubygems for ruby-head
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Apr 10, 2018
1 parent 4993e90 commit 8938375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -58,7 +58,7 @@ matrix:
env: RUN=smoke_test

- rvm: ruby-head
env: RUN=rspec
env: RUN=rspec UPDATE_RUBYGEMS=true

- rvm: 2.4.3
env: RUN=rspec RACK_VERSION='~> 2.0.0'
Expand Down Expand Up @@ -95,6 +95,7 @@ before_install:
- which google-chrome-stable
- google-chrome-stable --version
- export RUBYOPT=-w
- test -z UPDATE_RUBYGEMS || gem update --system

script:
- "bundle exec rake $RUN"
Expand Down

0 comments on commit 8938375

Please sign in to comment.