diff options
author | shennetsind <ind@henn.et> | 2013-07-31 09:17:32 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-07-31 09:17:32 -0300 |
commit | 2d916eb9db83b67983f8135d2806f2c6fc726a2c (patch) | |
tree | 96aa8a0f9f954329f575c08a319b6de5ea8476f8 | |
parent | 871e2f2a56431cf13f193e00b261aae5460bebc1 (diff) | |
download | hercules-2d916eb9db83b67983f8135d2806f2c6fc726a2c.tar.gz hercules-2d916eb9db83b67983f8135d2806f2c6fc726a2c.tar.bz2 hercules-2d916eb9db83b67983f8135d2806f2c6fc726a2c.tar.xz hercules-2d916eb9db83b67983f8135d2806f2c6fc726a2c.zip |
Follow up e14ab5561a53bc17c9186a22ecd07060772e6dc6
Fixed Travis, special thanks to Gepard
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 7dd473fa6..e86648884 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,11 @@ notifications: email: false irc: - channels: - - "irc.rizon.net#Hercules" - on_success: always - on_failure: always + channels: + - "irc.rizon.net#Hercules" + on_success: always + on_failure: always branches: only: - - master + - master
\ No newline at end of file |