fixes #1723: Github Actions Supported (#1729)

* fixes #1723: Github Actions Supported

- This is to switch from Travis CI which is shutting down the org version,
  and the .com version, a free account is limited.
- Switch test environment variable from TRAVIS to CI to be more generic.

* Adding jruby-9.2.18.0 to matrix for github actions
This commit is contained in:
Darless
2021-06-14 14:21:40 -05:00
committed by GitHub
parent 5f04200bd0
commit 87a01e04ce
4 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ def load_script(**args)
end
end
unless ENV['TRAVIS']
unless ENV['CI']
context '4.x -> 5.x tag migrator' do
include Rack::Test::Methods