From 349e302af6193c707678463d1224311f966f2e0c Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 5 Dec 2011 20:32:30 +0100 Subject: [PATCH] Added travis-ci.org config file. --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..406e71e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +rvm: + - 1.9.3 +before_script: + - sudo pip install tox +script: + - tox +notifications: + email: + - jannis@leidel.info +branches: + only: + - develop