forked from titusfortner/webdrivers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (41 loc) · 854 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
language: ruby
cache: bundler
addons:
apt:
packages:
- chromium-browser
- libgconf-2-4
chrome: stable
script: bundle exec rake $RAKE_TASK
before_install:
- gem update --system -N
- gem install bundler -N
matrix:
include:
- rvm: 2.4
env: RAKE_TASK=spec
- rvm: 2.5
env: RAKE_TASK=spec
- rvm: 2.6
env: RAKE_TASK=spec
- rvm: 2.7
os: osx
env: RAKE_TASK=spec
- rvm: 2.7
env: RAKE_TASK=rubocop
- rvm: jruby-9.2.13.0
jdk: openjdk8
env: RAKE_TASK=spec
- rvm: 2.7
env: RAKE_TASK=spec
gemfile: gemfiles/Gemfile.edge
os: osx
osx_image: xcode11.3
addons:
chrome: stable
homebrew:
taps: homebrew/cask-versions
casks:
- microsoft-edge
allow_failures:
- gemfile: gemfiles/Gemfile.edge