remove unused travis.yml
This commit is contained in:
@@ -5,7 +5,6 @@ screencasts
|
||||
gh-disabled-workflows
|
||||
build
|
||||
lgtm.yml
|
||||
.travis.yml
|
||||
|
||||
cypress/**
|
||||
cypress.env.json
|
||||
|
||||
25
.travis.yml
25
.travis.yml
@@ -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
|
||||
Reference in New Issue
Block a user