Fix missing variable and instruction cols
- Add environment variable to disable VSTest dependent or excluding tests - Appveyor did not run tests
This commit is contained in:
Родитель
78c560ce4d
Коммит
eaca6525f4
|
@ -4,6 +4,10 @@ os:
|
|||
- osx
|
||||
- linux
|
||||
|
||||
env:
|
||||
- HasVs=true
|
||||
|
||||
|
||||
before_install:
|
||||
- if [ $TRAVIS_OS_NAME == "linux" ]; then
|
||||
export DISPLAY=:99.0;
|
||||
|
|
|
@ -14,4 +14,5 @@ build_script:
|
|||
test_script:
|
||||
- cmd: >-
|
||||
node --version
|
||||
|
||||
node ./node_modules/vscode/bin/test
|
Загрузка…
Ссылка в новой задаче