mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(travis) add windows and osx
This commit is contained in:
parent
cfc2c84409
commit
2774016518
1 changed files with 10 additions and 0 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -3,6 +3,15 @@ node_js:
|
|||
- 10
|
||||
- 8
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- os: windows
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
|
||||
script:
|
||||
- npm run lint && npm run build && npm run coverage && npm run report
|
||||
|
||||
|
|
@ -22,6 +31,7 @@ deploy:
|
|||
skip_cleanup: true
|
||||
on:
|
||||
node: '8'
|
||||
condition: $TRAVIS_OS_NAME = linux
|
||||
tags: true
|
||||
all_branches: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue