Place all envs in one line
This commit is contained in:
parent
ca4b0346cb
commit
f058f90340
|
@ -2,9 +2,7 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 8.15.0
|
- 8.15.0
|
||||||
env:
|
env:
|
||||||
- VSCODE_VERSION="1.32.0"
|
- VSCODE_VERSION="1.32.0" MAJOR_VERSION="1" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION"
|
||||||
- MAJOR_VERSION="1"
|
|
||||||
- VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION"
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
Loading…
Reference in New Issue