diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2014-04-23 13:26:25 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2014-04-23 13:26:25 +0200 |
commit | 73c21a09e9a7996bc8d36d6966f70fb829c2c1b0 (patch) | |
tree | 0249ef0a7764523cd47df4002639383a00415583 /.travis.yml | |
parent | 4c4367fe6b7f184605c900735fc5b646f45311c1 (diff) | |
download | fork-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.yml | 9 |
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: |