travis: use install section instead of before_install section
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 26 Jul 2020 02:31:57 +0000 (03:31 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 26 Jul 2020 10:55:10 +0000 (11:55 +0100)
Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
.travis.yml

index 18267c04ddd0d90c65346dde44c7728556f5b90f..e35aff394b999f0cf6e54797c3cbb5bee1a0d029 100644 (file)
@@ -30,7 +30,7 @@ matrix:
     - os: osx
       compiler: gcc
 
-before_install:
+install:
   - ci/travis-install.sh
 
 script: