summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-06-25 06:23:06 -0400
committerirungentoo <irungentoo@gmail.com>2013-06-25 06:23:06 -0400
commitb9563fd9e27261ef3d48cb82decfa198e61cca86 (patch)
tree1696690a4aac096a789929038abf18ba4fbafce6 /.travis.yml
parent8f4a011464483419a7fc00ca27d1b6fd31aa6fb8 (diff)
parent80be7a7709fb3f4582671ff9bf72489e5e481ec8 (diff)
Merge branch 'master' of https://github.com/irungentoo/InsertProjectNameHere
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..8918f02d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
1language: c
2compiler:
3 - gcc
4
5script:
6 - cmake CMakeLists.txt
7 - make -j3
8
9notifications:
10 email: false
11
12 irc:
13 channels:
14 - "chat.freenode.net#InsertProjectNameHere"
15 on_success: always
16 on_failure: always
17