vue2-grammar/.travis.yml

15 lines
203 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:
2019-12-02 07:01:20 +01:00
- npm install -g typescript
install:
2019-12-02 07:01:20 +01:00
- npm install
2019-12-02 06:42:21 +01:00
script:
- npm run compile
- npm test
notifications:
email:
on_success: change