forked from eventmachine/eventmachine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
47 lines (47 loc) · 862 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
sudo: false
dist: trusty
language: ruby
bundler_args: --without documentation
script: bundle exec rake compile test
# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
before_install:
- 'if [[ "$TRAVIS_OS_NAME" = "osx" ]]; then brew install openssl; fi'
- gem update --system 2.7.4
- gem update bundler
env:
global:
- TESTOPTS=-v
rvm:
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1
- 2.0.0
- 1.9.3
- 1.9.2
- ruby-head
# - rbx
# - rbx-2
# - rbx-3
# - jruby-1.7
# - jruby-9
matrix:
fast_finish: true
allow_failures:
# - rvm: rbx
# - rvm: rbx-2
# - rvm: rbx-3
- rvm: ruby-head
- rvm: 2.0.0
- rvm: 2.0.0
os: osx
osx_image: xcode8
# - rvm: jruby-1.7
# - rvm: jruby-9
include:
- rvm: 1.8.7
dist: precise
- rvm: 2.0.0
os: osx
osx_image: xcode8