From 34e3551ebdd321db8da34a3fa25370f1978be215 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Thu, 19 Feb 2015 08:27:22 -0700 Subject: [PATCH 1/3] Fix spelling error in document examples --- include/chaiscript/chaiscript.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chaiscript/chaiscript.hpp b/include/chaiscript/chaiscript.hpp index 4acabcf9..d4b80c47 100644 --- a/include/chaiscript/chaiscript.hpp +++ b/include/chaiscript/chaiscript.hpp @@ -170,7 +170,7 @@ /// /// ~~~~~~~~~{.cpp} /// chai.add_global_const(const_var(i), "i"); -/// chai("def somefun() { print(i); }; sumfun();"); +/// chai("def somefun() { print(i); }; somefun();"); /// ~~~~~~~~~ /// /// @subsubsection adding_functions Adding Functions From 27e861c7b938903b883a8bc50892671b9f49520d Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Wed, 18 Mar 2015 07:49:06 -0600 Subject: [PATCH 2/3] Hook travis up to gitter --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c9dcd0d..bded571c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,15 @@ notifications: - jason@emptycrate.com on_success: always on_failure: always -env: + webhooks: + urls: + - https://webhooks.gitter.im/e/4be9a2720eaa1bb2a6c9 + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: false # default: false + + env: global: secure: eiaR6pXiiEpyB8+LLQ1NvZdl0Yylru1BLy9lMoHl+IpUNGGQGywmW/2WAn77rFfmR1OPA2qWQLfgPwgK0HxUA9HHlot9tre5QhiN2Lw8NOT8tCZ6tTm2+QntDBjBGJyal/knRvQkn/6qs6GxlXRerz4ArnnuPL1vESt3zwB0YtU= + + From e6d71373b8caef739ac08e5f1113890c8b52d060 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Wed, 18 Mar 2015 09:04:36 -0600 Subject: [PATCH 3/3] Correct travis yaml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bded571c..dc3b2ad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,7 @@ notifications: on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false - - env: +env: global: secure: eiaR6pXiiEpyB8+LLQ1NvZdl0Yylru1BLy9lMoHl+IpUNGGQGywmW/2WAn77rFfmR1OPA2qWQLfgPwgK0HxUA9HHlot9tre5QhiN2Lw8NOT8tCZ6tTm2+QntDBjBGJyal/knRvQkn/6qs6GxlXRerz4ArnnuPL1vESt3zwB0YtU=