typescript-library-starter/.travis.yml
2018-08-25 12:30:00 +09:00

10 lines
114 B
YAML

language: node_js
node_js: '8'
cache: yarn
notifications:
email: false
install:
- yarn
script:
- yarn build