-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
50 lines (50 loc) · 1.34 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
language: node_js
git:
depth: 1
quiet: true
branches:
only:
- master
- /^test\/.*$/
except:
- /^hack\/.*$/
script: npx jest
env:
global:
- TEST_LOCAL_USE_PROD=false
- TEST_LOCAL_USE_CDN=false
- TEST_IDLE_TIMEOUT_MILLISECONDS=200000
- TEST_ENVIRONMENT=remote
- TEST_BROWSER_VERSION=latest
jobs:
include:
- node_js: 12
env: TEST_TARGET=node
- node_js: 14
env: TEST_TARGET=node
- node_js: 16
env: TEST_TARGET=node
- node_js: 16
env: TEST_TARGET=browser TEST_BROWSER=firefox TEST_BROWSER_PLATFORM="macOS 11.00"
addons:
sauce_connect: true
- node_js: 16
env: TEST_TARGET=browser TEST_BROWSER=chrome TEST_BROWSER_PLATFORM="macOS 11.00"
addons:
sauce_connect: true
- node_js: 16
env: TEST_TARGET=browser TEST_BROWSER=safari TEST_BROWSER_PLATFORM="macOS 11.00"
addons:
sauce_connect: true
- node_js: 16
env: TEST_TARGET=browser TEST_BROWSER=chrome TEST_BROWSER_PLATFORM="Windows 10"
addons:
sauce_connect: true
- node_js: 16
env: TEST_TARGET=browser TEST_BROWSER=firefox TEST_BROWSER_PLATFORM="Windows 10"
addons:
sauce_connect: true
- node_js: 16
env: TEST_TARGET=browser TEST_BROWSER=MicrosoftEdge TEST_BROWSER_PLATFORM="Windows 10"
addons:
sauce_connect: true