traject 3.1.0 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml DELETED
@@ -1,16 +0,0 @@
1
- language: ruby
2
- cache: bundler
3
- # we don't really need `sudo: true`, but for some reason travis docker-based systems are unreliable
4
- # at downloading jruby, and
5
- sudo: true
6
- rvm:
7
- - 2.4.4
8
- - 2.5.1
9
- - 2.6.1
10
- # avoid having travis install jdk on MRI builds where we don't need it.
11
- matrix:
12
- include:
13
- - jdk: openjdk8
14
- rvm: jruby-9.1.17.0
15
- - jdk: openjdk8
16
- rvm: jruby-9.2.6.0