From c55dba8320838e9cea3bc8c00767ef25d506460e Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Sat, 18 May 2019 06:46:45 +0200 Subject: [PATCH] chore: echo git version on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9ac4ba3de8..ff753b6226 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH="$HOME/.yarn/bin:$PATH" - python --version + - git --version install: - yarn install --frozen-lockfile -- GitLab