Skip to content

Commit

Permalink
Working travis-ci with hubot integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacksified committed Sep 6, 2012
1 parent 51095ad commit 2410e93
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ install:
script: "busted spec"

notifications:
webhooks:
- http://hollow-mountain-1250.herokuapp.com/hubot/travis
recipients:
- [email protected]
email:
on_success: always
on_failure: always
on_failure: always
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ describe("Busted unit testing framework", function()
end)
end)
end)
```
```
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Lua Lanes - use to spawn tests in threads, use lindas to share data
* Lua Lanes - use to spawn tests in threads, use lindas to share data
-
2 changes: 1 addition & 1 deletion busted-1.3-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ build = {
["busted_bootstrap"] = "bin/busted_bootstrap"
}
}
}
}

0 comments on commit 2410e93

Please sign in to comment.