summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-19 22:21:28 -0400
committerLex Neva <github.com@lexneva.name>2018-08-19 22:21:28 -0400
commit5a889dbfdaa470392d39354c44e7685c055fd33d (patch)
treee4fd5e92cef01b91915fe4691e0dfa34ebe25563 /.travis.yml
parent512c3411648b24505165d555a04e82ba689f8aed (diff)
make it easier to find inkex.py
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a3f6360b..d999f238 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,8 @@ install:
if [ -n "$BUILD" ]; then
# Need this for inkex.py and friends
wget -q https://inkscape.org/en/gallery/item/12187/inkscape-0.92.3.tar.bz2
- tar jxf inkscape-0.92.3.tar.bz2
+ mkdir inkscape
+ (cd inkscape; tar jxf --strip-components=1 inkscape-0.92.3.tar.bz2)
rm inkscape-0.92.3.tar.bz2
fi
if [ "$BUILD" = "linux" ]; then