You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/02/28 20:51:53 UTC

[GitHub] ctubbsii commented on a change in pull request #146: Build against Fluo 1.2.0 and Accumulo 1.7.3

ctubbsii commented on a change in pull request #146: Build against Fluo 1.2.0 and Accumulo 1.7.3
URL: https://github.com/apache/fluo-recipes/pull/146#discussion_r171381391
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -14,7 +14,11 @@
 language: java
 jdk:
   - oraclejdk8
-script: mvn -U verify javadoc:jar
+env:
+  - EXTRA_OPTS=
 
 Review comment:
   This creates a Matrix build in Travis. Travis will run all combinations of `env` and `script`. This gives us two builds... one with the default (1.7.3) and one with 1.8.1 explicitly set.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services