mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(travis) rm node 8
This commit is contained in:
parent
116c965cb4
commit
626440523d
1 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ language: node_js
|
|||
node_js:
|
||||
- 12
|
||||
- 10
|
||||
- 8
|
||||
|
||||
cache:
|
||||
npm: false
|
||||
|
|
@ -34,7 +33,7 @@ deploy:
|
|||
script: npm run docker-ci
|
||||
skip_cleanup: true
|
||||
on:
|
||||
node: '8'
|
||||
node: '10'
|
||||
condition: $TRAVIS_OS_NAME = linux
|
||||
tags: true
|
||||
all_branches: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue