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 c116eaf
Show file tree
Hide file tree
Showing 3 changed files with 1,496 additions and 2 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 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 c116eaf

Please sign in to comment.