From e14ab5561a53bc17c9186a22ecd07060772e6dc6 Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Mon, 29 Jul 2013 21:42:56 -0300 Subject: * Added project 'plugin-sample' for Visual Studio 2012; * Few changes to travis build-slave. Signed-off-by: Matheus Macabu --- .travis.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.3-60-g2f50