Removes Travis CI configuration file.

This commit is contained in:
Zach Leatherman 2022-02-08 13:57:48 -06:00
parent 933b2886d1
commit aea9ea8cdb

View File

@ -1,14 +0,0 @@
language: node_js
node_js:
- 12
before_script:
- npm install @11ty/eleventy -g
script: eleventy --pathprefix="/eleventy-base-blog/"
deploy:
local-dir: _site
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: master