Browse Source

Create .travis.yml

Wilhem Alcivar 6 years ago
parent
commit
18588bcba5
No account linked to committer's email
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      .travis.yml

+ 9
- 0
.travis.yml View File

1
+sudo: false
2
+language: java
3
+
4
+deploy:
5
+  provider: script
6
+  script: "mvn test"
7
+  skip_cleanup: true
8
+  on:
9
+    tags: true