Skip to content

Commit

Permalink
Merge pull request #87 from bunq/add_travis_ci_bunq/sdk_java#80
Browse files Browse the repository at this point in the history
Add travis ci #80
  • Loading branch information
OGKevin authored May 29, 2018
2 parents 1deed2e + abdbd1c commit becfb69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: java

git:
submodules: false

script:
- gradle assemble
- gradle check

0 comments on commit becfb69

Please sign in to comment.