Skip to content

Commit

Permalink
Set continuous integration with Travis
Browse files Browse the repository at this point in the history
Change-Id: Idb3cf896e22baa5d8f519fec31bfeff1251f5d06
  • Loading branch information
Francesc Campoy committed Feb 25, 2017
1 parent a9bd677 commit b587fd5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: go

go:
- 1.7
- 1.8
- master
install:
- go get github.com/campoy/embedmd
script:
- embeddiff=$(embedmd -d **/*.md) && if [[ "$embeddiff" ]]; then echo "$embeddiff"; return 1; fi;

0 comments on commit b587fd5

Please sign in to comment.