mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(travis) rm windows
This commit is contained in:
parent
5a1a39478f
commit
1c9ca22b93
1 changed files with 1 additions and 12 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -6,20 +6,9 @@ node_js:
|
|||
cache:
|
||||
npm: false
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- os: windows
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
|
||||
# https://docs.travis-ci.com/user/customizing-the-build/#git-end-of-line-conversion-control
|
||||
# need for windows
|
||||
git:
|
||||
autocrlf: input
|
||||
|
||||
- os x
|
||||
|
||||
script:
|
||||
- npm run lint && npm run build && npm run coverage && npm run report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue