remove unused travis.yml

master
jfh 2020-09-20 00:21:19 +02:00
parent aeaa20408c
commit f14c83c06d
2 changed files with 0 additions and 26 deletions

View File

@ -5,7 +5,6 @@ screencasts
gh-disabled-workflows
build
lgtm.yml
.travis.yml
cypress/**
cypress.env.json

View File

@ -1,25 +0,0 @@
os: linux
dist: xenial
language: node_js
notifications:
email: false
git:
submodules: false
jobs:
include:
- language: ruby
rvm:
- 2.3
script:
- bundle exec jekyll build
- language: node_js
node_js:
- 14
# Reenable later if doing more than linting (i.e., testing)
# - 12
# - 10
script:
- npm run lint