Skip to content

Commit a6288fc

Browse files
authored
Tweaking yaml build to reveal git version (#356)
* Tweaking yaml build to reveal git version * Permitted jruby build whilst its failing Issues #358 covers the full remediation of the issue.
1 parent 5507d98 commit a6288fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ rvm:
77
- 2.4.3
88
- 2.5.0
99
- jruby-9.1.15.0
10+
matrix:
11+
allow_failures:
12+
- rvm: jruby-9.1.15.0
13+
fast_finish: true
1014
before_install:
1115
- gem install bundler
1216
- bundle --version
17+
- git --version

0 commit comments

Comments
 (0)