diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-04 19:39:49 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-04 19:58:38 -0700 |
commit | 3a475005ce9f48b6bbf45a18660dbed6c4921269 (patch) | |
tree | 8d94c67a946fd82f063d4a86c1b168dd644ffe11 | |
parent | e2540283a9e25748c20bde296919040c93a927db (diff) | |
download | attobuild-3a475005ce9f48b6bbf45a18660dbed6c4921269.tar.gz attobuild-3a475005ce9f48b6bbf45a18660dbed6c4921269.tar.bz2 attobuild-3a475005ce9f48b6bbf45a18660dbed6c4921269.tar.xz attobuild-3a475005ce9f48b6bbf45a18660dbed6c4921269.zip |
Add travis info
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f1aeb7f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: python +python: + - "2.7" + - "pypy" +install: ":" +script: ./test-everything.sh + +notifications: + email: + on_success: changed + on_failure: always + irc: + channels: "chat.freenode.net#tmwa" + on_success: always + on_failure: always + use_notice: true |