From ed6731cbc8e6fe956bc46f327e90c46e1e39c70a Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Mon, 6 Feb 2017 23:54:54 +0000 Subject: [PATCH] Add .deb pkgs usage --- TravisCI.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TravisCI.asciidoc b/TravisCI.asciidoc index 565307c..6698d66 100644 --- a/TravisCI.asciidoc +++ b/TravisCI.asciidoc @@ -6,6 +6,8 @@ Same for your code documentation. Detailed guide, which the following example originates from: + http://blaxpirit.com/blog/22/advanced-uses-of-travis-ci-with-nim.html[Advanced uses of Travis CI with Nim] +If you don't want to rebuild the Nim compiler you can instead install the .deb packages listed on https://github.com/nim-lang/Nim/wiki/CircleCI[CircleCI] using https://docs.travis-ci.com/user/installing-dependencies[this config] + [source,yaml] ---- # Copied from https://github.com/nim-lang/Nim/wiki/TravisCI