Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
🦆 add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Sep 11, 2017
1 parent 9ad128f commit 2d2a1e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: go

go:
- 1.8.3

sudo: false

install:
- go get github.com/otale/tale-cli

script:
- GOOS=darwin go build
- GOOS=windows go build
- GOOS=linux go build
- $HOME/gopath/bin/tale-cli -service=travis-ci

0 comments on commit 2d2a1e3

Please sign in to comment.