Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ff27f59

Browse files
authored
Merge pull request #38 from msgpack/ignore_failure_of_sauce_labs
ignore SauceLabs test failures
2 parents 95c3216 + b7bb004 commit ff27f59

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

‎.travis.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,37 @@
11
language: node_js
22
node_js:
33
- lts/*
4+
addons:
5+
firefox: latest
46
env:
57
matrix:
8+
- BROWSER=
9+
- BROWSER=FirefoxHeadless
610
- BROWSER=slChrome
711
- BROWSER=slFirefox
812
- BROWSER=slSafari
913
- BROWSER=slIE
1014
- BROWSER=slEdge
1115
- BROWSER=slIos
1216
- BROWSER=slAndroid
13-
- BROWSER=
1417
global:
1518
# SAUCE_USERNAME
1619
- secure: J+FOPE/vVK6yzVXHVE7xibFV/hV+Ehc78MBADLlE10YIY7Ag6JkVeomgqRFB9I8zFzj5DALkpzOLGx4iIrFs6iYiNnEcl39fkm8myHl8xIuW+KHt5QOsCtM5qmvfSEZhJV+La0lSzFicjY9VX90VLZvJOHIbiCvIFRoxnwYVw6o=
1720
# SAUCE_ACCESS_KEY
1821
- secure: ay3CSAjya+UQDi0RulLIl6q25oobwLsjLbdkeASgjBq0qN5dXgFgEpBjecBxFqPGrwzzCj9K9fR81NWV80EjLkGdcfN0oGx0wvsOo2C2ulWGHc1dRgKUnMKAA2TL3br14KMfmGn6fmr+fA7Vq+qWajQpExlG0Kuw68C9iNuKIQw=
22+
matrix:
23+
fast_finish: true
24+
allow_failures:
25+
# Because Travis CI does not expose credentials to pull-request builds from forked repositories.
26+
# https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
27+
- env: BROWSER=slChrome
28+
- env: BROWSER=slFirefox
29+
- env: BROWSER=slSafari
30+
- env: BROWSER=slIE
31+
- env: BROWSER=slEdge
32+
- env: BROWSER=slIos
33+
- env: BROWSER=slAndroid
34+
1935
cache: npm
2036
install: |
2137
if [ "${BROWSER}" = "" ]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /