diff options
author | makefu <root@pigstarter.de> | 2013-09-03 01:00:17 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-09-03 01:00:17 +0200 |
commit | cfa083c3e1d4b7eca11676f60e1df4e5ea87df32 (patch) | |
tree | 2a80bad77c5720179a7a412929b48f8732c458ed /.travis.yml | |
parent | 6c8bdf60b2ea881092767bff6db97cfd44398588 (diff) | |
parent | 3b60d47e8e434f78d2509efc8fff88de31d7bca9 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..b499bc94 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +notifications: + irc: "chat.freenode.net#krebs_incoming" +branches: + only: + - master +script: "make -C util test" |