initial commit
This commit is contained in:
commit
7d3c956806
38 changed files with 31353 additions and 0 deletions
22
.travis.yml
Normal file
22
.travis.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
language: node_js
|
||||
dist: xenial
|
||||
os: linux
|
||||
node_js:
|
||||
- node
|
||||
- lts/*
|
||||
install:
|
||||
- npm ci
|
||||
script:
|
||||
- npm run lint:sass
|
||||
- npm run lint:js
|
||||
- npm run production
|
||||
deploy:
|
||||
strategy: git
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
|
||||
keep_history: true
|
||||
local_dir: dist
|
||||
on:
|
||||
branch: master
|
||||
node_js: 'lts/*'
|
Loading…
Add table
Add a link
Reference in a new issue