vue2-grammar/.travis.yml

15 lines
201 B
YAML
Raw Normal View History

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