Skip to content

Commit 5033280

Browse files
tarcinilAgoraSecurity
authored andcommitted
Adding ruby-head and ruby 2.6 to Travis, removing C ext from repo (#382)
* removing un-needed elements from travis Signed-off-by: Vern Burton <me@vernburton.com> * removing cext which is not supported in travis Signed-off-by: Vern Burton <me@vernburton.com> * using double quotes Signed-off-by: Vern Burton <me@vernburton.com> * adding matrix form Signed-off-by: Vern Burton <me@vernburton.com> * using a different matrix Signed-off-by: Vern Burton <me@vernburton.com> * install bundler in jruby Signed-off-by: Vern Burton <me@vernburton.com> * removing .jrubyrc as C extension support was deprecated in 1.7 and newer versions are missing much of the support (Source: https://github.com/jruby/jruby-cext). adding jruby back to the standard matrix Signed-off-by: Vern Burton <me@vernburton.com> Signed-off-by: Agora Security <github@agora-security.com>
1 parent fd2642a commit 5033280

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.jrubyrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ rvm:
33
- 2.3
44
- 2.4
55
- 2.5
6+
- 2.6
7+
- ruby-head
68
- jruby
9+
710
matrix:
811
allow_failures:
912
- rvm: jruby
10-
fast_finish: true
11-
before_install:
12-
- gem install bundler
13-
- bundle --version
14-
- git --version
13+
- rvm: ruby-head
14+
fast_finish: true

0 commit comments

Comments
 (0)