travis: Use the cache.
authorTim 'mithro' Ansell <mithro@mithis.com>
Thu, 26 Oct 2017 21:37:38 +0000 (14:37 -0700)
committerTim 'mithro' Ansell <mithro@mithis.com>
Fri, 24 Nov 2017 04:45:45 +0000 (15:45 +1100)
.travis/setup.sh

index 773140cf5ce913b425fb1818841f9ef206976cad..23bdf563f3964d2bbe130d3aed639568a73f957c 100755 (executable)
@@ -67,7 +67,7 @@ fi
 
 # Install iverilog
 (
-       if [ ! -e ~/.local/bin/iverilog ]; then
+       if [ ! -e ~/.local-bin/bin/iverilog ]; then
                echo
                echo 'Building iverilog...' && echo -en 'travis_fold:start:before_install.iverilog\\r'
                echo