Skip to content

Commit

Permalink
First try at travis-ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
bradp committed Aug 21, 2015
1 parent 3fcf4e5 commit 0287153
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: bash
install: wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-3_amd64.deb"; sudo dpkg -i shellcheck_0.3.7-3_amd64.deb
script: shellcheck ../vv || exit 1;

0 comments on commit 0287153

Please sign in to comment.