Skip to content

Commit b5803dd

Browse files
author
Ubuntu
committed
added flaky test tracking in .yml
1 parent 8637e07 commit b5803dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ script:
2121
- ./sbt jcheckStyle
2222
- ./sbt test
2323
- ./sbt test -J-Dmsgpack.universal-buffer=true
24+
before_install:
25+
- wget https://dl.dropboxusercontent.com/u/7897865/apache-maven-3.3.9.zip
26+
- unzip -qq apache-maven-3.3.9.zip
27+
- export M2_HOME=$PWD/apache-maven-3.3.9
28+
- export PATH=$M2_HOME/bin:$PATH

0 commit comments

Comments
 (0)