Skip to content

Commit

Permalink
[WIP] [#58] Integration with Travis-CI (travis.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael VIEGAS committed Dec 29, 2016
1 parent 0a85750 commit 77ddd90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ language: java
jdk:
- oraclejdk8

node_js:
- "7.3.0"

script:
- "java -version"
- "npm --version"
- "node --version"
- "cd dashboard-back; mvn test"

0 comments on commit 77ddd90

Please sign in to comment.