keith-turner commented on a change in pull request #1022: Use matrix build for 
Travis CI testing
URL: https://github.com/apache/fluo/pull/1022#discussion_r172966083
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -11,17 +11,22 @@
 # or implied. See the License for the specific language governing permissions 
and limitations under
 # the License.
 language: java
-jdk:
-  - openjdk8
-script: mvn clean verify javadoc:jar -Daccumulo.version=1.8.1
 notifications:
   irc:
     channels:
       - "chat.freenode.net#fluo"
-    on_success: always
-    on_failure: always
     use_notice: true
+    on_success: change
+    on_failure: always
     skip_join: true
 cache:
   directories:
     - $HOME/.m2
+install: echo NOOP Skipping pre-fetch of Maven dependencies
+jdk:
+  - openjdk8
+env:
+  - ADDITIONAL_MAVEN_OPTS=
 
 Review comment:
   Travis ran two builds.  I searched for accumulo downloads in each build and 
saw one downloaded 1.7.3 and the other 1.8.1.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to