Skip to content

Commit

Permalink
Add Travis-CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Apr 25, 2019
1 parent 4615bb9 commit 000878b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
---

sudo: "required"

before_install:
- "sudo apt-get install shellcheck"

install:
- "chmod +x tests/tests"
- "chmod +x invoice"

script:
- "shellcheck invoice"
- "cd tests"
- "shellcheck -x tests"
- "./tests"
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Invoice
# Invoice [![Build Status](https://secure.travis-ci.org/nickjj/invoice.png)](http://travis-ci.org/nickjj/invoice)

A command line script that will help you calculate how much money you should
bill your clients every month.
Expand Down

0 comments on commit 000878b

Please sign in to comment.