Browse Source

For CI - switch off the OSX precache build.
It will be reimplemented as build stage later when Travis supports conditional build stage.

Yao Wei Tjong 姚伟忠 8 years ago
parent
commit
d5ff93a128
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -487,7 +487,7 @@ after_script: rake ci_teardown_cache
 
 ---
 
-branch: {name: OSX-CI, active: yes, mandatory: yes}
+branch: {name: OSX-CI, active: yes}
 language: objective-c
 cache: {directories: $HOME/.ccache}
 osx_image: xcode8.3