From 3f45feab0bdacc971a24a1c8722bc06afc29e01e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 6 Jun 2014 18:59:37 -0400 Subject: [PATCH] Disabled Travis.ci for now. --- README.md | 2 ++ .travis.yml => olddocs/.travis.yml | 0 2 files changed, 2 insertions(+) rename .travis.yml => olddocs/.travis.yml (100%) diff --git a/README.md b/README.md index f08d50f..6803c43 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,5 @@ If you are feeling adventurous, running `./test.sh` (which accepts `go build` op Finally, please send documentation suggestions! I'm taking the documentation of this package very seriously because I don't want to make **anything** ambiguous. (Trust me, ambiguity in API documentation was a pain when writing this...) Thanks! + +(Note: I temporarily disabled Travis.ci; if I can figure out how to do good cross-compiles with it, then I can put it back.) diff --git a/.travis.yml b/olddocs/.travis.yml similarity index 100% rename from .travis.yml rename to olddocs/.travis.yml