Add travis_retry to Travis CI settings

This commit is contained in:
1024jp 2017-10-16 14:57:39 +09:00
parent 9f6e3f9652
commit 8c04c159a2

View File

@ -8,6 +8,7 @@ before_install:
script:
set -o pipefail &&
travis_retry
xcodebuild clean build test
-workspace CotEditor.xcworkspace
-scheme CotEditor