Skip to content

Commit

Permalink
ci: Remove useless Travis-CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jfsmig committed Oct 15, 2018
1 parent cf4df65 commit f518027
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ sudo: required
dist: trusty
language: c
install:
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse"
- sudo apt-get update -qq
- sudo apt-get install -y --force-yes autoconf automake libtool xutils-dev gcc make cmake libglib2.0-dev
- sudo apt-get install -y --force-yes gcc make cmake libglib2.0-dev
- sudo apt-get install -y --force-yes autoconf automake libtool xutils-dev
env:
matrix:
- BUILD_TYPE=Debug
Expand Down

0 comments on commit f518027

Please sign in to comment.