diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 64ef7233..59501f68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ # 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 +# NOTE: Please validate this file after editing it using +# Travis WebLint http://lint.travis-ci.org/ +# or travis-yaml https://github.com/travis-ci/travis-yaml + language: cpp compiler: - clang @@ -31,6 +35,7 @@ notifications: email: on_success: change on_failure: change - irc: "chat.freenode.net#ledger" + irc: + channels: [ "chat.freenode.net#ledger" ] on_success: change - on_failure: change
\ No newline at end of file + on_failure: change |