Skip to content

Commit

Permalink
Merge pull request #2 from Irving-cl/master
Browse files Browse the repository at this point in the history
[test] add basic travis test
  • Loading branch information
Irving-cl authored Jul 19, 2019
2 parents 5bd0a40 + 13ef086 commit 6dcec4c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

language: java

install: true

script: .travis/script.sh

matrix:
include:
- os: linux
jdk: openjdk8
7 changes: 7 additions & 0 deletions .travis/script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

set -e

java --version

mvn package

0 comments on commit 6dcec4c

Please sign in to comment.