summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2014-04-23 13:26:25 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2014-04-23 13:26:25 +0200
commit73c21a09e9a7996bc8d36d6966f70fb829c2c1b0 (patch)
tree0249ef0a7764523cd47df4002639383a00415583 /.travis.yml
parent4c4367fe6b7f184605c900735fc5b646f45311c1 (diff)
downloadfork-ledger-73c21a09e9a7996bc8d36d6966f70fb829c2c1b0.tar.gz
fork-ledger-73c21a09e9a7996bc8d36d6966f70fb829c2c1b0.tar.bz2
fork-ledger-73c21a09e9a7996bc8d36d6966f70fb829c2c1b0.zip
Add URL to Travis CI environment documentation
[ci skip]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 29a4b246..b4999235 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
-# Since the Travis CI environment (URL) provides GNU GCC 4.6, which does not
-# support -std=c++11 GNU GCC 4.8 is installed. Additionally boost 1.55.0 is
-# compiled from source, since in the Travis CI environment only boost 1.46 is
-# available and no backported package was found on the net.
+# Since the Travis CI environment http://docs.travis-ci.com/user/ci-environment/
+# provides GNU GCC 4.6, which does not support -std=c++11 GNU GCC 4.8 is
+# installed. Additionally boost 1.55.0 is compiled from source, since in the
+# Travis CI environment only boost 1.46 is available and no backported package
+# was found on the net.
language: cpp
compiler: