FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-javascript/.travis.yml at master · grantila/msgpack-javascript · GitHub
grantila
/
msgpack-javascript
Public
forked from
msgpack/msgpack-javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
msgpack-javascript
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
56 lines (56 loc) · 1.63 KB
Breadcrumbs
msgpack-javascript
/
.travis.yml
Copy path
File metadata and controls
56 lines (56 loc) · 1.63 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
language
:
node_js
addons
:
firefox
:
latest
env
:
global
:
#
SAUCE_USERNAME
-
secure
:
J+FOPE/vVK6yzVXHVE7xibFV/hV+Ehc78MBADLlE10YIY7Ag6JkVeomgqRFB9I8zFzj5DALkpzOLGx4iIrFs6iYiNnEcl39fkm8myHl8xIuW+KHt5QOsCtM5qmvfSEZhJV+La0lSzFicjY9VX90VLZvJOHIbiCvIFRoxnwYVw6o=
#
SAUCE_ACCESS_KEY
-
secure
:
ay3CSAjya+UQDi0RulLIl6q25oobwLsjLbdkeASgjBq0qN5dXgFgEpBjecBxFqPGrwzzCj9K9fR81NWV80EjLkGdcfN0oGx0wvsOo2C2ulWGHc1dRgKUnMKAA2TL3br14KMfmGn6fmr+fA7Vq+qWajQpExlG0Kuw68C9iNuKIQw=
matrix
:
include
:
-
node_js
:
10
-
node_js
:
12
-
node_js
:
lts/*
env
:
BROWSER=FirefoxHeadless
-
node_js
:
lts/*
env
:
BROWSER=slChrome
-
node_js
:
lts/*
env
:
BROWSER=slFirefox
-
node_js
:
lts/*
env
:
BROWSER=slSafari
-
node_js
:
lts/*
env
:
BROWSER=slIE
-
node_js
:
lts/*
env
:
BROWSER=slEdge
-
node_js
:
lts/*
env
:
BROWSER=slIos
-
node_js
:
lts/*
env
:
BROWSER=slAndroid
fast_finish
:
true
allow_failures
:
#
Because Travis CI does not expose credentials to pull-request builds from forked repositories.
#
https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
-
env
:
BROWSER=slChrome
-
env
:
BROWSER=slFirefox
-
env
:
BROWSER=slSafari
-
env
:
BROWSER=slIE
-
env
:
BROWSER=slEdge
-
env
:
BROWSER=slIos
-
env
:
BROWSER=slAndroid
cache
:
npm
install
:
|
if [ "${BROWSER}" = "" ]
then npm install -g nyc codecov
fi
npm ci
script
:
|
if [ "${BROWSER}" = "" ]
then npm run test:cover
else
travis_wait 600 npm run test:browser -- --browsers "$BROWSER"
fi
after_success
:
|
if [ "${BROWSER}" = "" ]
then codecov -f coverage/*.json
fi
Back
|
FazBrowse Home
|
New Git URL