UNPKG

546 BYAMLView Raw
1os: linux
2dist: bionic
3language: node_js
4jobs:
5 include:
6 - name: Run browser tests with airtap
7 node_js: stable
8 script: npm run test:browsers
9 addons:
10 sauce_connect: true
11 hosts:
12 - airtap.local
13 - name: Test on stable Node.js
14 node_js: stable
15 - name: Test on Node.js 12.x
16 node_js: 12
17 - name: Test on Node.js 10.x
18 node_js: 10
19 - name: Test on Node.js 8.x
20 node_js: 8
21 - name: Test on Node.js 6.x
22 node_js: 6
23 - name: Test on Node.js 4.x
24 node_js: 4