mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-02 22:17:10 +08:00
Add CI script
Signed-off-by: Dejan Mijic <dejan@mainflux.com>
This commit is contained in:
parent
75a8cdfe3f
commit
6f97c4588e
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.8
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get github.com/Masterminds/glide
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test $(glide novendor)
|
@ -64,8 +64,8 @@ Thank you for your interest in Mainflux and wish to contribute!
|
|||||||
- [Twitter][twitter]
|
- [Twitter][twitter]
|
||||||
|
|
||||||
[banner]: https://github.com/mainflux/doc/blob/master/docs/img/gopherBanner.jpg
|
[banner]: https://github.com/mainflux/doc/blob/master/docs/img/gopherBanner.jpg
|
||||||
[ci-badge]: https://semaphoreci.com/api/v1/mainflux/mainflux/branches/master/badge.svg
|
[ci-badge]: https://travis-ci.org/mainflux/mainflux.svg?branch=master
|
||||||
[ci-url]: https://semaphoreci.com/mainflux/mainflux
|
[ci-url]: https://travis-ci.org/mainflux/mainflux
|
||||||
[docs]: http://mainflux.readthedocs.io
|
[docs]: http://mainflux.readthedocs.io
|
||||||
[docker]: https://www.docker.com
|
[docker]: https://www.docker.com
|
||||||
[forum]: https://groups.google.com/forum/#!forum/mainflux
|
[forum]: https://groups.google.com/forum/#!forum/mainflux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user