Browse Source

Fix fast_finish syntax

Kevin Wojniak 9 năm trước cách đây
mục cha
commit
696b2936e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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