Skip to content

Commit

Permalink
Add travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantas0s committed Jan 18, 2020
1 parent 7308354 commit b28ee12
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
language: go

go:
- 1.11.x
- 1.12.x
- 1.13.x

env:
- GO111MODULE=on

script: go test ./...
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Ottosocial is a CLI which allows you to schedule and send automatically messages on social media. For now, only Twitter is supported. More might come.
Ottosocial is a CLI which allows you to schedule and send automatically messages on social media.

# Why using Ottosocial?

* Ottosocial can send many messages automatically.
* Add your messages and the time they should be published in a very simple CSV.
For now, only Twitter is supported.

# Menu

Expand Down

0 comments on commit b28ee12

Please sign in to comment.