forked from js-joda/js-joda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
40 lines (32 loc) · 803 Bytes
/
.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
language: node_js
os:
- linux
node_js:
- "--lts" # use latest stable node version
branches:
only:
- master
install:
- npm install
- npx lerna clean -y
- npx lerna link
- npx lerna bootstrap --no-ci
script:
set -evx;
npx lerna run --stream build-dist;
npx lerna run --stream build-locale-dist;
npx lerna run --stream lint;
npm run build-esdoc;
npx lerna run --stream test;
npx lerna run --stream test-ts-definitions;
npx lerna run --stream test-coverage;
npx lerna run --stream test-saucelabs;
after_success:
npm run build-test-coverage-report;
cat ./build/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js;
addons:
sauce_connect: true
notifications:
slack:
rooms:
- js-joda:WtVY1EJYfAiiDW3QMnAWJZe2#travis