vscode-plugin/.travis.yml
abe33 6c663d1644
Use a temp directory for each test
This ensure that each document we open is a new instance, preventing reuse and early disposal of documents from happening
2018-11-14 15:32:27 +01:00

17 lines
246 B
YAML

sudo: false
os:
- osx
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
install:
- npm install
script:
- npm test