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:
KoeMai 2018-01-04 07:28:50 +01:00 коммит произвёл KoeMai
Родитель 78c560ce4d
Коммит eaca6525f4
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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