1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-24 05:56:08 +03:00

Attempt at correct travis YML file for checking for .go links.

This commit is contained in:
Anthony Atkinson 2016-09-04 13:53:00 -04:00
parent 9d21f856cd
commit ef768c00c4

2
.travis.yml Normal file
View File

@ -0,0 +1,2 @@
script:
- exit $(grep -c ".go)" README.md)