Browse Source

Fix fast_finish syntax

Kevin Wojniak 9 years ago
parent
commit
696b2936e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2386,7 +2386,7 @@ cache:
   - $HOME/third-party
   - $HOME/third-party
 
 
 matrix:
 matrix:
-  - fast_finish: true
+  fast_finish: true
   exclude:
   exclude:
     # Exclude GCC from OS X builds because it's actually clang so it's just duplicate builds
     # Exclude GCC from OS X builds because it's actually clang so it's just duplicate builds
     - os: osx
     - os: osx