forked from material-components/material-components-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (31 loc) · 627 Bytes
/
.travis.yml
File metadata and controls
31 lines (31 loc) · 627 Bytes
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
language: node_js
branches:
only:
- master
matrix:
include:
- node_js: 8
env:
- TEST_SUITE=build
script: npm run build
- node_js: 8
env:
- TEST_SUITE=lint
script: npm run lint
- node_js: 8
env:
- TEST_SUITE=unit
addons:
sauce_connect: true
script: npm run test:unit && npm run posttest
after_success:
- codecov
- node_js: 8
env:
- TEST_SUITE=closure
- CLOSURE=1
script: npm run test:closure
- node_js: 8
env:
- TEST_SUITE=site-generator
script: npm run test:site