Skip to content

Commit

Permalink
[#58] Integration with Travis-CI (travis.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael VIEGAS authored and VmickaelV committed Dec 29, 2016
1 parent dba1e60 commit 0effbb7
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

install:
- "nvm install 7.3.0"

script:
- "cd dashboard-back; mvn verify"

0 comments on commit 0effbb7

Please sign in to comment.