Skip to content

Commit

Permalink
Merge pull request #15 from chocolateboy/fix-travis
Browse files Browse the repository at this point in the history
Fix failing Travis builds
  • Loading branch information
citizen428 authored May 2, 2018
2 parents e232258 + 14116c7 commit 265d9c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pkg/
*.rbc
.bundle/
doc/
/vendor/
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
sudo: false
language: ruby
dist: trusty
cache: bundler
rvm:
- 2.4.0
- 2.5.1
- jrub
- rbx
- 2.4
- 2.5
- jruby
- rbx-3
- ruby-head
before_install:
- gem update --system
- gem install bundler
matrix:
allow_failures:
- rvm: rbx
- rvm: rbx-3

0 comments on commit 265d9c8

Please sign in to comment.