forked from cucumber/aruba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
73 lines (73 loc) · 1.77 KB
/
.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
sudo: false
language: ruby
script: bin/test
install: bin/bootstrap --path vendor/bundle --without development debug
matrix:
include:
- rvm: ruby-head
os: linux
# - rvm: ruby-head
# - os: osx
# # TravisCI OSX doesn't work with Ruby 2.4.1 yet (https://github.com/travis-ci/travis-ci/issues/7848)
- rvm: 2.4.1
os: linux
# - rvm: 2.4.1
# - os: osx
# # TravisCI OSX doesn't work with Ruby 2.4.1 yet (https://github.com/travis-ci/travis-ci/issues/7848)
- rvm: 2.4.0
os: osx
- rvm: 2.3.4
os: linux
- rvm: 2.3.4
os: osx
- rvm: 2.2
os: linux
- rvm: 2.2
os: osx
- rvm: 2.1
os: linux
- rvm: 2.1
os: osx
- rvm: 2.0.0
os: linux
- rvm: 2.0.0
os: osx
- rvm: 1.9.3
os: linux
- rvm: 1.9.3
os: osx
- rvm: jruby
os: linux
- rvm: jruby-9.1.12.0
os: linux
- rvm: jruby-9.1.12.0
os: osx
env:
allow_failures:
- rvm: ruby-head
- rvm: jruby
- rvm: jruby-9.1.12.0
fast_finish: true
branches:
only:
- master
- still
# notifications:
# slack: cucumberbdd:oQFVhzsx4R94KWmjlejAJYnM
env:
global:
- secure: l8uznA5K4K9mZ1krmP3lTMD8WcJ32qGxFOR3jubKHcOBSLB4xSzU2aIqjyJdO+rLzebkwamhJc8pGSIWOUDQYvFiX7splK+uEkbBJ5huAhXtLF4Qgl86bCWbEXYzN7rvn0DQfpJAovyFMNRMnfo70XhwqWzFsaYa7Z0YbqYsJE4=
# Travis by default also have "-Dcext.enabled=false" set in
# JRUBY_OPTS, but JRuby 9 does not support C extensions at all
# so it issues warning that will mess up the sterr checks.
- JRUBY_OPTS="--dev --debug"
# Somehow a "ASCII-8BIT to UTF-8 conversion error" appears for
# JRuby 9
- LC_ALL=en_US.UTF-8
- LANG=en_US.UTF-8
- LANGUAGE=en_US.UTF-8
cache: apt
addons:
apt:
packages:
- zsh