diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-07-29 21:42:56 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-07-29 21:42:56 -0300 |
commit | e14ab5561a53bc17c9186a22ecd07060772e6dc6 (patch) | |
tree | c8191946b54ec36170d8d9351dfd7d9fe3b81e17 /.travis.yml | |
parent | a7b1b6581339b70d02eef2c0792928218ceb4b85 (diff) | |
download | hercules-e14ab5561a53bc17c9186a22ecd07060772e6dc6.tar.gz hercules-e14ab5561a53bc17c9186a22ecd07060772e6dc6.tar.bz2 hercules-e14ab5561a53bc17c9186a22ecd07060772e6dc6.tar.xz hercules-e14ab5561a53bc17c9186a22ecd07060772e6dc6.zip |
* Added project 'plugin-sample' for Visual Studio 2012;
* Few changes to travis build-slave.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9ae3460cb..7dd473fa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,22 @@ language: c compiler: - clang - gcc + +before_script: + - uname -a -script: uname -a && ./configure --enable-debug && make +script: + - ./configure --enable-debug + - make -j3 + +notifications: + email: false + + irc: + channels: + - "irc.rizon.net#Hercules" + on_success: always + on_failure: always branches: only: |