Skip to content

Commit fa2b1a4

Browse files
committed
Make generation of demo.svg deterministic
1 parent d2b1eea commit fa2b1a4

File tree

5 files changed

+1502
-3
lines changed

5 files changed

+1502
-3
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
sudo: false
21
language: go
32
go:
43
- 1.11.x
54
- 1.12.x
65

6+
env:
7+
global:
8+
- NODE_VERSION=10.15.0
9+
710
before_script:
811
- go get github.com/valyala/quicktemplate
12+
- nvm install "${NODE_VERSION}"
913

1014
script: make check_generated test
1115

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tools/godownloader: Makefile tools/go.mod
6868

6969
tools/svg-term:
7070
@mkdir -p tools
71-
cd tools && npm install svg-term-cli
71+
cd tools && npm ci
7272
ln -sf node_modules/.bin/svg-term $@
7373

7474
tools/Dracula.itermcolors:

docs/demo.svg

+1-1
Loading

0 commit comments

Comments
 (0)