shithub: choc

Download patch

ref: dbc0aaf109a24590c6b5c0762bf3da0a1ddc3926
parent: 0cd3b7e5f8634468676b3b6ff1a525837bf3de2d
author: Simon Howard <fraggle@soulsphere.org>
date: Sun Jun 5 07:47:44 EDT 2016

Fix travis build of master branch?

Currently Travis is excluding master from builds. It looks like there
was probably a syntax error; let's see if this fixes it.

--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,6 @@
 
 branches:
     only:
-        master
-        sdl2-branch
+    - master
+    - sdl2-branch