diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..87c7d46 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: go + +go: + - 1.6 + - 1.7 + - tip + +script: + - go test -v diff --git a/README.md b/README.md index 09fe0aa..55b8a6f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ time.Sleep(time.Second * 30) close <- true ``` -Using this the running Mario gif, and three 32x64 pannels, was recorded the image from this readme. +The image of the header was recorded using this few lines, the running _Mario_ gif, and three 32x64 pannels. Check the folder [`examples`](https://github.com/mcuadros/go-rpi-rgb-led-matrix/tree/master/examples) folder for more examples