Skip to content

Commit 895dc5b

Browse files
committed
Use Travis "trusty" build and wildcard Ruby versions.
1 parent e7fa8bc commit 895dc5b

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

.travis.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ script: "bundle exec rspec spec"
44
env:
55
- CI=true
66
rvm:
7-
- 2.2.5
8-
- 2.3.1
9-
- jruby
10-
- rbx
11-
services:
12-
- mongodb
7+
- 2.2
8+
- 2.3
9+
- 2.4
10+
- jruby-9
11+
- rbx-3
1312
cache: bundler
13+
sudo: false
1414
matrix:
1515
allow_failures:
16-
- rvm: rbx
17-
- rvm: jruby
16+
- rvm: jruby-9
17+
- rvm: rbx-3
18+
dist: trusty

dependencyci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
platform:
2+
Rubygems:
3+
rdf-isomorphic:
4+
tests:
5+
unmaintained: skip

0 commit comments

Comments
 (0)