From bb3a856c0c0bc61168c95b1646a24b535b96901b Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Wed, 9 Mar 2016 08:30:29 -0600 Subject: [PATCH] Must test this idea first --- TravisCI.asciidoc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/TravisCI.asciidoc b/TravisCI.asciidoc index 15ea046..a0e4b7b 100644 --- a/TravisCI.asciidoc +++ b/TravisCI.asciidoc @@ -56,12 +56,4 @@ branches: except: - gh-pages ----- - -### Smaller cache with infrequent updates -For speed, it is better to use a smaller cache, and to update only when you *want* to test with the latest Nim compiler. - -For a quick set-up, fork this https://github.com/cdunn2001/nim-project-template[nim-project-template], attach a TravisCI Webhook, and `git push`. To update the nim compiler, just clear the cache via the *settings* drop-down at the upper-right in TravisCI, and rebuild. - -### Other ideas -* http://forum.nim-lang.org/t/1903[Easy travis integration with latest nim devel] \ No newline at end of file +---- \ No newline at end of file