diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..8918f02d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: c +compiler: + - gcc + +script: + - cmake CMakeLists.txt + - make -j3 + +notifications: + email: false + + irc: + channels: + - "chat.freenode.net#InsertProjectNameHere" + on_success: always + on_failure: always +