summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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: