Test clang 10.0.1 C++17 - xcode 10.2

This commit is contained in:
William S Fulton 2019-06-24 08:02:30 +01:00
commit 959c228381
2 changed files with 8 additions and 3 deletions

View file

@ -27,9 +27,6 @@ case "$SWIGLANG" in
;;
"python")
WITHLANG=$SWIGLANG$PY3
if [[ "$PY3" ]]; then
travis_retry brew upgrade python
fi
;;
esac