Added travis-ci.org config file.
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
rvm:
|
||||
- 1.9.3
|
||||
before_script:
|
||||
- sudo pip install tox
|
||||
script:
|
||||
- tox
|
||||
notifications:
|
||||
email:
|
||||
- jannis@leidel.info
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
Reference in New Issue
Block a user