Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Apr 22, 2016
1 parent cfc464b commit ed713de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: java
jdk:
- oraclejdk8
before_install:
- pip install --user codecov
after_success:
- codecov
branches:
except:
- appveyor

0 comments on commit ed713de

Please sign in to comment.