From 58511955623eaf2845eb4fae51969435268cf904 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Mon, 13 May 2019 17:23:06 -0700 Subject: [PATCH] Huh. No Python 3.7 for 10.14. Try older image. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf087eb..53da360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ matrix: - APP_NAME="FBX2glTF-linux-x64" - CONAN_CONFIG="-s compiler.libcxx=libstdc++11" - os: osx - osx_image: xcode10.2 + osx_image: xcode10.1 env: - APP_NAME="FBX2glTF-darwin-x64" - CONAN_CONFIG="-s compiler=apple-clang -s compiler.version=10.0 -s compiler.libcxx=libc++" @@ -22,7 +22,8 @@ script: - conan build . -bf build - mv build/FBX2glTF build/${APP_NAME} notifications: - webhooks: https://code.facebook.com/travis/webhook/ + webhooks: + - "https://code.facebook.com/travis/webhook/" deploy: provider: releases api_key: