From da1b8f7e468750336b5366906eb4f15dcd67cc39 Mon Sep 17 00:00:00 2001 From: ocornut Date: Sat, 6 Dec 2014 23:06:04 +0000 Subject: [PATCH] Setup Travis CI integration Argh. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7fa9138c..3c7037f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: cpp os: - osx +osx_image: xcode61 compiler: - gcc