Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-06-24 12:18:02 +0400
committerChris Rebert <code@rebertia.com>2014-06-24 12:18:02 +0400
commit28dc456c205bd94ce1da2a728052d8040e8f7272 (patch)
treef2d6ae5375b717ac686d63feb1472d365e63f414 /.travis.yml
parentaebb7d8ad223d97658b663ea3040479ce17af430 (diff)
Scala; don't mess with what works
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 3daf522..2689c90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,3 @@
-language: python
-python:
- - "2.7"
-install: "pip install -r rorschach_webhook/requirements.txt"
-before_script: "pip install pep8 pylint"
-script:
- - "pep8"
- - "pylint --rcfile=pylint.rc rorschach_webhook/rorschach"
- - "py.test"
+language: scala
+scala:
+ - 2.10.3