core-js/.travis.yml

10 lines
114 B
YAML
Raw Normal View History

2018-09-05 10:01:59 +00:00
language: node_js
node_js: '8'
cache: yarn
notifications:
email: false
install:
- yarn
script:
- yarn build