This repository was archived by the owner on Jan 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
39 lines (38 loc) · 1.5 KB
/
.travis.yml
File metadata and controls
39 lines (38 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: node_js
node_js:
- '8'
sudo: false
os:
- linux
dist: trusty
addons:
apt:
sources:
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
packages:
- yarn
- libsecret-1-dev
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
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- npm install -g vsce
- yarn install
- yarn run tslint
- yarn run compile
script:
- yarn test --silent
- cd extension && vsce package && cd ..
deploy:
provider: script
skip_cleanup: true
script: ./deploy.sh $vscodekey
on:
tags: true
notifications:
slack:
rooms:
secure: VS7YLzvhOAW8Gt2w3QwsabM5ZUhIlMeac55MgfOThLmON7bBZWQfGBl+AVRMNYDaeIzBsE6qRm4NLR0Vmq3yVjhuCXOJ1dFDouB8JGf+78Na3+9dbmO8kVD5+WLZ1vasT956/4Ryr3sNiLY8NT+NuND+4UpuQtkJworF9NY5i8FuodT6DD2qh/iFzR2zHE62iyqnRZ4//aCrBPSTE9ifcjBnfTUDWHngAn5Wm4X+096mYrJOMnWbtuso9X4R0/DP5pex7b4STyYcaIbD5svix6nyCYwwaq81Hyt+W/e+SzgP2SS3KeoynaFSDfqV61DxzTSw6pwJ0raAejypG12tDpcWjDvHdtq0M6gZr4CxeISu/AyrbCbqsheiE9DTgeRqOJthXKoDud0C36+h5ojspaxvqqTkKx3M/riPMq7T8mCy4QdaFThEfUdoq754b3IbC0VnR7kyAeP2UePPd0fxPtRE+XSK3kEqzS1x0R56aCK4fRARNWTqqhdsmGRSx0QHp9LqYK3w8Hs5hgAhBsCkObPcwtPRfH7n/IXDvtaqEr4Bi2chYmCv5BTosFxnA7senndeCJ5Jt4MEjtsrj2fFdmJE27lyqrzDbSogqGJ7GTWcSSOmZgSf8SII3FEIkPCrOOzKN4bt2niQG8amv8aX5XNc1kLj/zp93GJPQO+eayc=