forked from webpack/webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
47 lines (40 loc) · 1.04 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
sudo: false
language: node_js
branches:
only:
- master
- next
cache:
directories:
- $HOME/.npm
- $HOME/.yarn-cache
matrix:
include:
- os: linux
node_js: "8"
env: NO_WATCH_TESTS=1 JOB_PART=lint
- os: linux
node_js: "8"
env: NO_WATCH_TESTS=1 JOB_PART=test
- os: linux
node_js: "6"
env: NO_WATCH_TESTS=1 JOB_PART=test
- os: linux
node_js: "4.3"
env: NO_WATCH_TESTS=1 JOB_PART=test
- os: osx
node_js: "8"
env: NO_WATCH_TESTS=1 JOB_PART=test
allow_failures:
- os: osx
fast_finish: true
before_script:
- bash ./ci/travis-install.sh
script: npm run travis:$JOB_PART
after_success:
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
- rm -rf ./coverage
notifications:
slack:
secure: JduSdKWwbnLCwo7Z4E59SGE+Uw832UwnXzQiKEpg1BV45MYDPRiGltly1tRHmPh9OGjvGx3XSkC2tNGOBLtL4UL2SCkf012x0t7jDutKRfcv/njynl8jk8l+UhPmaWiHXDQAgGiiKdL4RfzPLW3HeVHCOWm0LKMzcarTa8tw+rE=