forked from github-tools/github
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
29 lines (28 loc) · 706 Bytes
/
.travis.yml
File metadata and controls
29 lines (28 loc) · 706 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
sudo: false
language: node_js
node_js:
- '6'
- '5'
- '4'
cache:
directories:
- node_modules
before_install: npm install -g npm@latest
before_script:
- npm run lint
# - npm run build # will need this when we do sauce testing of compiled files
script:
- npm run test-coverage
# - npm run test-dist # test the compiled files
after_success:
- npm run codecov
before_deploy:
- npm run build
deploy:
provider: npm
skip_cleanup: true
on:
tags: true
email: [email protected]
api_key:
secure: TZHqJ9Kh2Qf0GAVDjEOQ01Ez6rGMYHKwVLOKTbnb7nSzF7iiGNT4UwzvYawm0T9p1k7X1WOqW3l7OEbIwoKl7/9azT4BBJm7qUMRfB9Zio5cL3rKubJVz7+LEEIW4iBeDWLanhUDgy9BO2JKCt8bfp/U2tltgXtu9Fm/UFPALI8=