Must test this idea first
This commit is contained in:
parent
2270375a3a
commit
bb3a856c0c
|
@ -57,11 +57,3 @@ branches:
|
||||||
- gh-pages
|
- 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]
|
|
Loading…
Reference in New Issue