diff options
| -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" | 
