aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dmaclach <dmaclach@gmail.com>2018-12-14 10:08:19 -0800
committerGravatar GitHub <noreply@github.com>2018-12-14 10:08:19 -0800
commitf18111ecb67a4a33f2f4d91705d032dcf00b76f5 (patch)
tree75f9c177c482c71154c1e59f26c1fd2a130874d0
parent7ab70821d8f884c6873a02a38bee924491ff02e3 (diff)
Enable release (#228)
Release should work now (fingers crossed)
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6adb4a7..f0f57f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,7 @@ env:
- MODE=OSX CFG=Debug
- MODE=OSX CFG=Release
- MODE=iOS CFG=Debug
- # iOS Release is currently failing with linker errors before even running
- # the tests.
- #- MODE=iOS CFG=Release
+ - MODE=iOS CFG=Release
script:
- ./.travis.sh "${MODE}" "${CFG}"
notifications: