We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6793327 commit e68b6fbCopy full SHA for e68b6fb
.travis.yml
@@ -7,6 +7,8 @@ before_install:
7
- unzip -qq apache-maven-3.5.0-bin.zip
8
- export M2_HOME=$PWD/apache-maven-3.5.0
9
- export PATH=$M2_HOME/bin:$PATH
10
+
11
+install: mvn dependency:resolve
12
13
after_success:
14
- bash <(curl -s https://codecov.io/bash)
0 commit comments