Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make generation of demo.svg deterministic #625

Merged
merged 2 commits into from Sep 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,12 +1,16 @@
sudo: false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this as it's deprecated according to Travis documentation.

language: go
go:
- 1.11.x
- 1.12.x

env:
global:
- NODE_VERSION=10.15.0

before_script:
- go get github.com/valyala/quicktemplate # for tests
- go get github.com/pkg/errors # for tests
- nvm install "${NODE_VERSION}"

script: make check_generated test

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -69,7 +69,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.