Skip to content

Commit

Permalink
Make generation of demo.svg deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
Helcaraxan committed Jul 26, 2019
1 parent d2b1eea commit fa2b1a4
Show file tree
Hide file tree
Showing 5 changed files with 1,502 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,11 +1,15 @@
sudo: false
language: go
go:
- 1.11.x
- 1.12.x

env:
global:
- NODE_VERSION=10.15.0

before_script:
- go get github.com/valyala/quicktemplate
- nvm install "${NODE_VERSION}"

script: make check_generated test

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -68,7 +68,7 @@ tools/godownloader: Makefile tools/go.mod

tools/svg-term:
@mkdir -p tools
cd tools && npm install svg-term-cli
cd tools && npm ci
ln -sf node_modules/.bin/svg-term $@

tools/Dracula.itermcolors:
Expand Down
2 changes: 1 addition & 1 deletion docs/demo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa2b1a4

Please sign in to comment.