Skip to content

Commit

Permalink
Bump travis Ruby versions (#1906)
Browse files Browse the repository at this point in the history
* Bump travis ruby versions

* Also bump jruby version
  • Loading branch information
rene-demonsters authored and iliabylich committed Dec 1, 2018
1 parent ddaa9c2 commit 501c975
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .travis.yml
Expand Up @@ -23,47 +23,47 @@ matrix:
fast_finish: true

include:
- rvm: 2.5.1
- rvm: 2.5.3
env: RUN=mspec_opal_chrome REINSTALL_BUNDLER=true

- rvm: 2.5.1
- rvm: 2.5.3
env: RUN=mspec_ruby_chrome REINSTALL_BUNDLER=true

# - rvm: 2.5.1
# - rvm: 2.5.3
# env:
# - RUN=browser_test
# - SAUCE_USERNAME=elia
# # SAUCE_ACCESS_KEY:
# - secure: GT13SjzU8vmqKIyY2LAXje+ndqevTsX/w71JkZHRLTrDUl0qcIod7xsfahbzGt2gOZPYZUkKiVaPoUenhc/YeJ2jTJVHeHY9UEl2II+3tOtuvp2jLadA//aBbsB6/09d7lIZMzpa93TL2R/SncPxugYW9v2o8o8Lwd2iIzowT/g=

- rvm: 2.5.1
- rvm: 2.5.3
env: RUN=lint REINSTALL_BUNDLER=true

- rvm: 2.5.1
- rvm: 2.5.3
env: RUN=mspec_opal_nodejs REINSTALL_BUNDLER=true

- rvm: 2.5.1
- rvm: 2.5.3
env: RUN=mspec_ruby_nodejs REINSTALL_BUNDLER=true TZ="/usr/share/zoneinfo/Pacific/Fiji"

- rvm: 2.5.1
- rvm: 2.5.3
env: RUN=minitest REINSTALL_BUNDLER=true

- rvm: 2.5.1
- rvm: 2.5.3
env: RUN=rspec RACK_VERSION='~> 2.0.0' CHECK_COVERAGE=true REINSTALL_BUNDLER=true

- rvm: 2.5.1
- rvm: 2.5.3
env: RUN=smoke_test REINSTALL_BUNDLER=true

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

- rvm: 2.4.4
- rvm: 2.4.5
env: RUN=rspec RACK_VERSION='~> 2.0.0' REINSTALL_BUNDLER=true

- rvm: 2.3.7
- rvm: 2.3.8
env: RUN=rspec

- rvm: jruby-9.2.0.0
- rvm: jruby-9.2.4.1
env: RUN=rspec

- rvm: jruby-head
Expand Down

0 comments on commit 501c975

Please sign in to comment.