vscode-maven/.travis.yml

29 строки
379 B
YAML

language: node_js
node_js:
- 'node'
os:
- osx
branches:
only:
- master
- develop
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 -g vsce
- npm install -g typescript
- npm install
script:
- npm run tslint
- vsce package