Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melantronic committed Sep 20, 2016
1 parent a78948a commit e9a1201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: scala
scala:
- 2.10.4
python:
- 3.4
- 3.5

env:
- EVALUATOR_DIR=scala/Evaluator
Expand All @@ -13,7 +13,7 @@ script:

install:
- sudo pip install --upgrade pip
- pip install coveralls
- sudo pip install coveralls

after_success:
- coveralls

0 comments on commit e9a1201

Please sign in to comment.