forked from watir/watir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (34 loc) · 881 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
dist: trusty
sudo: require
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
addons:
firefox: latest
apt:
packages:
- unzip
- libxss1
- google-chrome-stable
cache: bundler
notifications:
recipients:
slack:
secure: BLsBCm33R32VNRccrLx9F0P24X6BVpVHj1OWaN4Kyn6g9qXteIwC2VKVMnKNbifpojfMkrn0OeFQFK1O1DSOsC3mgzn/udoB+DnUGcSemFUn04xhbYF5SI+3zGPKPo0JLvjjdEKSSma84YwKdrj88pGUK34p01gL8hiaqjFzWdk=
before_script:
- mkdir travis-drivers
- export PATH=$PWD/travis-drivers:$PATH
- support/travis.sh
script: bundle exec rake $RAKE_TASK
env:
- RAKE_TASK=spec:firefox
- RAKE_TASK=spec:firefox RELAXED_LOCATE=false
- RAKE_TASK=spec:chrome
- RAKE_TASK=spec:chrome RELAXED_LOCATE=false
- RAKE_TASK=spec:phantomjs
- RAKE_TASK=spec:phantomjs RELAXED_LOCATE=false
- RAKE_TASK=yard:doctest