shithub: choc

Download patch

ref: e132bd497bbd153e369bfa9e9d83cbc1f0702dab
parent: efe8f0f6f65bf210533d1d1c4a74b90d9afe1d96
author: Simon Howard <fraggle@soulsphere.org>
date: Wed Jun 8 19:20:53 EDT 2016

Do make {install,dist} as part of travis build.

--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@
         - libsdl-net1.2-dev
         - libpng-dev
 
-script: ./autogen.sh && make
+script: ./autogen.sh && make && make install DESTDIR=/tmp/whatever && make dist
 
 branches:
     only: