svgedit/.travis.yml

23 lines
345 B
YAML
Raw Normal View History

os: linux
dist: xenial
2020-07-12 15:49:24 +00:00
2020-07-12 15:25:11 +00:00
notifications:
email: false
2020-07-12 15:15:18 +00:00
script:
- npm run eslint
2020-07-12 15:49:24 +00:00
jobs:
include:
- language: ruby
rvm:
- 2.3
script:
- bundle exec jekyll build
2020-07-13 08:46:17 +00:00
- language: node_js
node_js:
- 14
# Reenable later if doing more than linting (i.e., testing)
# - 12
# - 10