feat(travis):added .travis.yml

dev
neeboo 5 years ago
parent cfd6bbe233
commit e5a2e455d1
  1. 22
      .travis.yml

@ -0,0 +1,22 @@
language: node_js
sudo: true
dist: trusty
node_js:
- 10
branches:
except:
- /^v[0-9]/
install:
- yarn bootstrap
script:
- yarn dist
cache:
directories:
- '$HOME/.yarn-cache'
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep-history: true
on:
branch: master
Loading…
Cancel
Save