From ef768c00c42d1af7f0512b5b13d18c6d89060c7a Mon Sep 17 00:00:00 2001 From: Anthony Atkinson Date: Sun, 4 Sep 2016 13:53:00 -0400 Subject: [PATCH] Attempt at correct travis YML file for checking for .go links. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9dad772 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +script: + - exit $(grep -c ".go)" README.md) \ No newline at end of file