Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Truffleruby head to CI #2099

Merged
merged 9 commits into from
Sep 1, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ sudo: false
# see https://docs.travis-ci.com/user/customizing-the-build/#matching-jobs-with-allow_failures
gemfile:

script: bundle exec rake spec

matrix:
include:
- rvm: 2.7.1
script:
- bundle exec danger
- rvm: 2.7.1
script:
- rubocop
- rvm: 2.7.1
gemfile: Gemfile
- rvm: 2.7.1
Expand All @@ -35,12 +34,12 @@ matrix:
- rvm: 2.7.1
gemfile: gemfiles/multi_json.gemfile
script:
- bundle exec rake
- bundle exec rubocop
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be removed and default to rake spec, we're running all the usual tests, not rubocop.

- bundle exec rspec spec/integration/multi_json
- rvm: 2.7.1
gemfile: gemfiles/multi_xml.gemfile
script:
- bundle exec rake
- bundle exec rubocop
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

- bundle exec rspec spec/integration/multi_xml
- rvm: 2.6.6
gemfile: Gemfile
Expand All @@ -62,5 +61,6 @@ matrix:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-3
- rvm: truffleruby-head

bundler_args: --without development