foxygit / doom Log in
commit 034d2a9fdfceec1bc919cc97a8674e5a58414ddc
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Mon Jun 13 00:47:42 2016 -0400
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Mon Jun 13 00:47:42 2016 -0400

    Remove library deps not needed for sdl2-branch.

    Once this branch is merged, the old SDL1 dependencies will be
    automatically removed.
---
 .travis.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index dd3524ab..9ecd231f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ compiler: gcc
 sudo: required
 dist: trusty

-# TODO: Remove old SDL library dependencies once sdl2-branch is merged.
 addons:
     apt:
         packages:
@@ -16,10 +15,6 @@ addons:
         - libsdl2-net-dev
         - libsdl2-image-dev
         - libsamplerate0-dev
-        - libsdl1.2-dev
-        - libsdl-mixer1.2-dev
-        - libsdl-net1.2-dev
-        - libpng-dev

 script: ./autogen.sh && make && make install DESTDIR=/tmp/whatever && make dist