Skip to content

Commit d0142e2

Browse files
committed
Include version with target env
1 parent e8c8fba commit d0142e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ node_js:
33
- 10.15.1
44
services:
55
- docker
6-
env:
7-
- VSCODE_VERSION="1.33.1" MAJOR_VERSION="1" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION"
86
matrix:
97
include:
108
- os: linux
119
dist: trusty
1210
env:
13-
- TARGET="centos"
11+
- VSCODE_VERSION="1.33.1" MAJOR_VERSION="1" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION" TARGET="centos"
1412
- os: linux
1513
dist: trusty
1614
env:
17-
- TARGET="alpine"
15+
- VSCODE_VERSION="1.33.1" MAJOR_VERSION="1" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION" TARGET="alpine"
1816
- os: osx
1917
before_install:
2018
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libxkbfile-dev

0 commit comments

Comments
 (0)