vue2-grammar/.travis.yml
2019-12-02 16:01:20 +10:00

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