Skip to content

Commit

Permalink
ci: add now a travis job for dspot-pretiffier
Browse files Browse the repository at this point in the history
  • Loading branch information
danglotb committed Feb 4, 2019
1 parent 590a783 commit 9cdaf77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ env:
- SCRIPT=travis-dhell.sh
- SCRIPT=travis-ci-xwiki.sh
- SCRIPT=travis-diff-test-selection.sh
# - SCRIPT=travis-dspot-maven-cmd-line.sh
- SCRIPT=travis-prettifier.sh
- SCRIPT=travis-dspot-maven-cmd-line.sh

cache:
directories:
Expand All @@ -40,4 +41,4 @@ after_success:

branch:
only:
- master
- master
5 changes: 5 additions & 0 deletions .travis/travis-prettifier.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

source /opt/jdk_switcher/jdk_switcher.sh

jdk_switcher use openjdk8 & mvn -Djava.src.version=1.8 test -f dspot-prettifier/pom.xml

0 comments on commit 9cdaf77

Please sign in to comment.