Skip to content

Commit

Permalink
Travis CI: Use the bionic distribution
Browse files Browse the repository at this point in the history
- Use install commands to install apt packages, as the `apt`
  add-on doesn't work on the `bionic` distribution
  • Loading branch information
Calinou committed Jul 29, 2019
1 parent 7a9bbee commit 3b12935
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: minimal
dist: bionic

# Install dependencies
addons:
apt:
packages: [inkscape, wget, zip, imagemagick]
install:
- sudo apt-get update -qq
- sudo apt-get install -qqq inkscape wget zip imagemagick

# Build the simple items PK3
script:
Expand All @@ -19,4 +19,4 @@ deploy:
# Do not build tags that we create when we upload to GitHub Releases
branches:
except:
- /^(?i:continuous)$/
- /^(?i:continuous.*)$/

0 comments on commit 3b12935

Please sign in to comment.