diff options
author | irungentoo <irungentoo@gmail.com> | 2013-06-25 06:23:06 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-06-25 06:23:06 -0400 |
commit | b9563fd9e27261ef3d48cb82decfa198e61cca86 (patch) | |
tree | 1696690a4aac096a789929038abf18ba4fbafce6 /.travis.yml | |
parent | 8f4a011464483419a7fc00ca27d1b6fd31aa6fb8 (diff) | |
parent | 80be7a7709fb3f4582671ff9bf72489e5e481ec8 (diff) |
Merge branch 'master' of https://github.com/irungentoo/InsertProjectNameHere
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
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 @@ | |||
1 | language: c | ||
2 | compiler: | ||
3 | - gcc | ||
4 | |||
5 | script: | ||
6 | - cmake CMakeLists.txt | ||
7 | - make -j3 | ||
8 | |||
9 | notifications: | ||
10 | email: false | ||
11 | |||
12 | irc: | ||
13 | channels: | ||
14 | - "chat.freenode.net#InsertProjectNameHere" | ||
15 | on_success: always | ||
16 | on_failure: always | ||
17 | |||