From 9233833e23f6e169d576bafc208c9869dc376d7f Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 23 Jul 2017 21:23:53 -0700 Subject: [PATCH] Fix Travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a829a206..1ffcaef1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: - wget https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz -O /tmp/shellcheck-latest.tar.xz # longlines-stop - - tar -xz -C /tmp -f /tmp/shellcheck-latest.tar.xz + - tar -x -C /tmp -f /tmp/shellcheck-latest.tar.xz - export PATH="/tmp/shellcheck-latest:$PATH" script: - make travis