Skip to content

Commit 6b3f073

Browse files
committed
Merge remote-tracking branch 'origin/master' into arthur/fix-enumerator-returns
2 parents 2c52c63 + 2ab8279 commit 6b3f073

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.travis.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ cache: bundler
33

44
os:
55
- linux
6+
- osx
67

78
rvm:
8-
- 2.0.0
9-
- 2.1.8
109
- 2.2.5
1110
- 2.3.3
1211
- 2.4.0
12+
- 2.5.0
1313
- ruby-head
1414
- rbx-2
1515

@@ -26,23 +26,16 @@ sudo: required
2626
matrix:
2727
fast_finish: true
2828
allow_failures:
29+
- rvm: 2.5.0
2930
- rvm: rbx-2
3031
- rvm: ruby-head
31-
include:
32-
- os: osx
33-
rvm: 2.0.0
34-
- os: osx
35-
rvm: 2.1.5
36-
- os: osx
37-
rvm: 2.2.2
38-
- os: osx
39-
rvm: rbx-2
4032

4133
git:
4234
submodules: false
4335

4436
before_install:
4537
- git submodule update --init
38+
- gem update --system
4639
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/script/install-deps-osx.sh; fi
4740

4841
script: script/travisbuild

0 commit comments

Comments
 (0)