Skip to content

Adding ruby-head and ruby 2.6 to Travis, removing C ext from repo #382

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

Merged
merged 7 commits into from
Aug 22, 2018
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
Next Next commit
removing un-needed elements from travis
Signed-off-by: Vern Burton <me@vernburton.com>
  • Loading branch information
tarcinil committed Aug 12, 2018
commit b1102b3b971e89684dfb4f35e22eaa639a1120db
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ rvm:
- 2.3
- 2.4
- 2.5
- ruby-head
- jruby
matrix:
allow_failures:
- rvm: jruby
- rvm: ruby-head
fast_finish: true
before_install:
- gem install bundler
- bundle --version
- git --version