Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a70bad

Browse files
committed
Force newest stable build of inkscape
1 parent 55863be commit 4a70bad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22

33
dist: trusty
4-
sudo: false
4+
sudo: true
55

66
cache:
77
pip: true
@@ -83,6 +83,9 @@ before_install:
8383
- |
8484
# Install into our own pristine virtualenv
8585
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
86+
sudo add-apt-repository ppa:inkscape.dev/stable -y
87+
sudo apt-get update -q
88+
sudo apt-get upgrade inkscape
8689
pip install --upgrade virtualenv
8790
python -m virtualenv venv
8891
source venv/bin/activate

0 commit comments

Comments
 (0)