Try to follow vscode-javascript-booster
This commit is contained in:
parent
1d97ea8d20
commit
b173d82296
12
.travis.yml
12
.travis.yml
|
@ -1,7 +1,15 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '0.10'
|
- '10'
|
||||||
|
os:
|
||||||
|
- osx
|
||||||
before_install:
|
before_install:
|
||||||
- npm install -g typescript@1.0
|
- npm install -g typescript
|
||||||
|
install:
|
||||||
|
-npm install
|
||||||
script:
|
script:
|
||||||
|
- npm run compile
|
||||||
- npm test
|
- npm test
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: change
|
Loading…
Reference in New Issue
Block a user