From eb88ff32cf563797edc8c34e39c2319f79abf242 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Sat, 3 Oct 2020 11:05:57 -0400 Subject: [PATCH] Change to before_script --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b42dfaa..80199ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,8 @@ git: notifications: email: false -before_install: +# Install before running scripts +before_script: - make install-lint-ci # Run all scripts