typescript-library-starter/.travis.yml

10 lines
114 B
YAML
Raw Normal View History

2018-08-25 03:30:00 +00:00
language: node_js
node_js: '8'
cache: yarn
notifications:
email: false
install:
- yarn
script:
- yarn build