initial commit

This commit is contained in:
Adam Piontek 2021-08-02 17:05:36 -04:00
commit 7d3c956806
38 changed files with 31353 additions and 0 deletions

22
.travis.yml Normal file
View 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/*'