Skip to content

Commit 0b49095

Browse files
Helcaraxanjirfag
authored andcommitted
Make generation of demo.svg deterministic (#625)
1 parent cdeefb5 commit 0b49095

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,12 +1,16 @@
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 # for tests
912
- go get github.com/pkg/errors # for tests
13+
- nvm install "${NODE_VERSION}"
1014

1115
script: make check_generated test
1216

Makefile

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

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

7575
tools/Dracula.itermcolors:

docs/demo.svg

+1-1
Loading

0 commit comments

Comments
 (0)