diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-01-23 12:59:40 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-01-23 12:59:40 +0100 |
commit | 22ad1ebdbb6b4bb97ca3a9a847143e7135a584b8 (patch) | |
tree | 345ca449bb380d08bac84f2878634aba1bbccf32 /.travis.yml | |
parent | ebdd8cba3f5965a8ac897833f313d772271de649 (diff) | |
download | hugo-22ad1ebdbb6b4bb97ca3a9a847143e7135a584b8.tar.gz hugo-22ad1ebdbb6b4bb97ca3a9a847143e7135a584b8.zip |
travis: Disable macOS builds for now
Travis have not been able to build those the last week or so.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0a96b0e9b..1e21ffc8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ go: - tip os: - linux - - osx matrix: allow_failures: - go: tip |