We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c52c63 + 2ab8279 commit 6b3f073Copy full SHA for 6b3f073
.travis.yml
@@ -3,13 +3,13 @@ cache: bundler
3
4
os:
5
- linux
6
+ - osx
7
8
rvm:
- - 2.0.0
9
- - 2.1.8
10
- 2.2.5
11
- 2.3.3
12
- 2.4.0
+ - 2.5.0
13
- ruby-head
14
- rbx-2
15
@@ -26,23 +26,16 @@ sudo: required
26
matrix:
27
fast_finish: true
28
allow_failures:
29
+ - rvm: 2.5.0
30
- rvm: rbx-2
31
- rvm: ruby-head
- include:
32
- - os: osx
33
- rvm: 2.0.0
34
35
- rvm: 2.1.5
36
37
- rvm: 2.2.2
38
39
40
41
git:
42
submodules: false
43
44
before_install:
45
- git submodule update --init
+ - gem update --system
46
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/script/install-deps-osx.sh; fi
47
48
script: script/travisbuild
0 commit comments