Skip to content

Commit f2c3d34

Browse files
committed
Add Travis-CI build script.
1 parent fdfbf56 commit f2c3d34

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: go
2+
3+
go:
4+
- tip

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Ask Ubuntu Chat Twitter Bot
22

3+
[![Build Status](https://travis-ci.org/AskUbuntu/tbot.svg)](https://travis-ci.org/AskUbuntu/tbot)
34
[![MIT License](http://img.shields.io/badge/license-MIT-9370d8.svg?style=flat)](http://opensource.org/licenses/MIT)
45

56
A small web application that watches the Ask Ubuntu general room for messages that meet a certain criteria and allows them to be tweeted at regular intervals. Some of the features include:

0 commit comments

Comments
 (0)