2019-12-02 06:34:41 +01:00
|
|
|
language: node_js
|
2019-12-02 06:42:21 +01:00
|
|
|
node_js:
|
2019-12-02 06:52:18 +01:00
|
|
|
- '10'
|
|
|
|
os:
|
|
|
|
- osx
|
2019-12-02 06:42:21 +01:00
|
|
|
before_install:
|
2019-12-02 06:52:18 +01:00
|
|
|
- npm install -g typescript
|
|
|
|
install:
|
|
|
|
-npm install
|
2019-12-02 06:42:21 +01:00
|
|
|
script:
|
2019-12-02 06:52:18 +01:00
|
|
|
- npm run compile
|
|
|
|
- npm test
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: change
|