mirror of
https://github.com/faye/websocket-driver-ruby.git
synced 2025-11-01 13:59:38 +00:00
Set {source,target}_version to work with the current version of javac on macOS
This commit is contained in:
+5
-4
@@ -1,5 +1,4 @@
|
||||
sudo: false
|
||||
dist: trusty
|
||||
language: ruby
|
||||
|
||||
rvm:
|
||||
@@ -13,11 +12,13 @@ rvm:
|
||||
- 2.6.6
|
||||
- 2.7.1
|
||||
- jruby-19mode
|
||||
- jruby-head
|
||||
- jruby-9.0
|
||||
- jruby-9.1
|
||||
- jruby-9.2
|
||||
|
||||
before_install:
|
||||
- '[[ "$(ruby --version)" == *"1.9.3"* ]] && gem update --system 2.4.8 || true'
|
||||
- '[[ "$(ruby --version)" != *"1.9.3"* ]] || gem update --system 2.4.8'
|
||||
|
||||
script:
|
||||
- bundle exec rake compile
|
||||
- bundle exec rspec -c spec
|
||||
- bundle exec rspec
|
||||
|
||||
Reference in New Issue
Block a user