summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-07-29 21:42:56 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-07-29 21:42:56 -0300
commite14ab5561a53bc17c9186a22ecd07060772e6dc6 (patch)
treec8191946b54ec36170d8d9351dfd7d9fe3b81e17 /.travis.yml
parenta7b1b6581339b70d02eef2c0792928218ceb4b85 (diff)
downloadhercules-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.yml16
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: