svgedit/.travis.yml

17 lines
234 B
YAML
Raw Normal View History

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