summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2015-01-05 11:46:14 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2015-01-05 11:46:14 +0100
commita49b6f32676c303909d132935e908ba22d633768 (patch)
tree416258eb8d1addddce658b436702f27355c9a754 /.travis.yml
parent36ab11ae829a81be3e3728f2b6289ae7e293d770 (diff)
downloadfork-ledger-a49b6f32676c303909d132935e908ba22d633768.tar.gz
fork-ledger-a49b6f32676c303909d132935e908ba22d633768.tar.bz2
fork-ledger-a49b6f32676c303909d132935e908ba22d633768.zip
[travis] Fix .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
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