Skip to content

Commit

Permalink
Use a pckage repository to install inkscape 1.0 on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Aug 13, 2020
1 parent 3337f55 commit 90d7970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,6 +12,6 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: "sudo apt-get update && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-dev graphicsmagick libjpeg-turbo-progs inkscape gifsicle"
before_install: "sudo add-apt-repository -y ppa:inkscape.dev/stable && sudo apt-get install -y libcairo2-dev libjpeg8-dev libgif-dev optipng pngcrush pngquant libpango1.0-dev graphicsmagick libjpeg-turbo-progs inkscape gifsicle"
script: "npm run-script travis"
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'

0 comments on commit 90d7970

Please sign in to comment.