From dc6eb1017bec794f3261b0dbeee0b6e4d8118bbf Mon Sep 17 00:00:00 2001 From: Oliver Graff Date: Fri, 16 Sep 2016 12:04:05 -0400 Subject: [PATCH] Add basic travis CI YAML Default Travis CI behavior is to fetch all dependencies including test dependencies, build, and test, which should be sufficient. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4f2ee4d --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: go