mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
Add docker service
This commit is contained in:
parent
01a63a7241
commit
e8c8fba91d
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 10.15.1
|
||||
services:
|
||||
- docker
|
||||
env:
|
||||
- VSCODE_VERSION="1.33.1" MAJOR_VERSION="1" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION"
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in a new issue