Skip to content

Commit

Permalink
Fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Jul 24, 2017
1 parent 4ca47c9 commit 9233833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9233833

Please sign in to comment.