Skip to content

Commit

Permalink
Merge pull request #711 from canvg/fix_build
Browse files Browse the repository at this point in the history
build: lock node version
  • Loading branch information
gabelerner committed May 17, 2019
2 parents fbebf8e + 4a9c313 commit 67e33ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,9 +1,9 @@
language: node_js
node_js:
- "node"
- "11"
before_install:
- sudo apt-get update
- sudo apt-get install -y libgif-dev
after_failure:
- zip -r ./canvg-expected.zip ./test/actual_node ./test/diff_node
- curl --upload-file ./canvg-expected.zip https://transfer.sh/canvg-expected.zip
- curl --upload-file ./canvg-expected.zip https://transfer.sh/canvg-expected.zip

0 comments on commit 67e33ec

Please sign in to comment.