vscode-plugin/.travis.yml

17 lines
246 B
YAML
Raw Normal View History

2017-07-05 17:56:36 +03:00
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