15 lines
203 B
YAML
15 lines
203 B
YAML
language: node_js
|
|
node_js:
|
|
- '10'
|
|
os:
|
|
- osx
|
|
before_install:
|
|
- npm install -g typescript
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run compile
|
|
- npm test
|
|
notifications:
|
|
email:
|
|
on_success: change |