forked from snd/react-kup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
37 lines (37 loc) · 1.28 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
language: node_js
node_js:
- "0.12"
- "iojs-3"
- "4"
- "5"
script: npm run $NPM_COMMAND
sudo: false
env:
global:
# SAUCE_USERNAME
- secure: "fn/RYhGes0GsWstAOsaMo1iMYHvLiCcwwpWG2SEF4BA/kuiho9BzpQsKmw+DuQgK7fNyhOMCatoA5fgjBUXs+5xSfHkVVvFukPKEMPVRfRIbwxVfSfMPeQ08PYd9s82mdZHbtSVAXS3LylXTADHI7mtrRG4HWcyVLBskbSu1hdQ="
# SAUCE_ACCESS_KEY
- secure: "FYtt78twwWbGY7YWzAG0H4Tycso7Dcuq7mRVuplhxV9KRYOqLS+kcSCjIsGMkF8bWqaPu1hYRW/gvOwDGIEjH+aaCGO7BNlHNwhaBn5F7kfmpkQXzkdu78puBcjbKi1OZMeGZs5YCsGEv5pNKFQNzFQxuc464aa0KK1Q/6t4RmU="
matrix:
- NPM_COMMAND=test
- NPM_COMMAND=test-with-coverage
- NPM_COMMAND=test-in-browsers
matrix:
exclude:
# don't test in browsers more than once (already done with node 5)
- node_js: "0.12"
env: NPM_COMMAND=test-in-browsers
- node_js: "iojs-3"
env: NPM_COMMAND=test-in-browsers
- node_js: "4"
env: NPM_COMMAND=test-in-browsers
# don't collect code coverage more than once (with node 5)
- node_js: "0.12"
env: NPM_COMMAND=test-with-coverage
- node_js: "iojs-3"
env: NPM_COMMAND=test-with-coverage
- node_js: "4"
env: NPM_COMMAND=test-with-coverage
# already tested with coverage (with node 5). no need to test again without
- node_js: "5"
env: NPM_COMMAND=test