Skip to content
This repository has been archived by the owner on May 11, 2019. It is now read-only.

Commit

Permalink
pkg: fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Mar 18, 2019
1 parent 5cd3070 commit b04e02d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ install:
- shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; }

script:
- shellcheck pm mkpkg
- shellcheck pkg
# Check for lines longer than 80 chars.
- if grep '.\{81\}' pm; then (exit 1); else (exit 0); fi
- if grep '.\{81\}' mkpkg; then (exit 1); else (exit 0); fi
- if grep '.\{81\}' pkg; then (exit 1); else (exit 0); fi

0 comments on commit b04e02d

Please sign in to comment.