Update homebrew
authorLuke Lau <luke_lau@icloud.com>
Sat, 8 Jun 2019 17:13:11 +0000 (18:13 +0100)
committerLuke Lau <luke_lau@icloud.com>
Sat, 8 Jun 2019 19:17:15 +0000 (20:17 +0100)
.travis.yml

index 84e60fc94808d9d7f8ba930a596f79d6797e46cb..e2bda263f08fc17e72190311abf116abbab2ae61 100644 (file)
@@ -32,6 +32,7 @@ addons:
     - ghc
     - cabal-install
     - npm
+    update: true
 
 before_install:
 - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install ghc cabal nodejs; /C/ProgramData/chocolatey/bin/RefreshEnv.cmd; fi