This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e7a3a6  chore(build): remove travis build
4e7a3a6 is described below

commit 4e7a3a63b479f8f8a104deda83d1b558fd4f65db
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Tue Jul 9 14:24:27 2019 +0200

    chore(build): remove travis build
---
 .travis.yml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 46b782a..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-services:
-  - docker
-language: java
-jdk:
-  - openjdk8
-cache:
-  directories:
-    - $HOME/.m2/repository
-    - $HOME/.m2/wrapper
-    - $GRAALVM_HOME
-# skip the built-in install step
-install: true
-script:
-  - ./mvnw clean verify -Dnative -Dnative-image.docker-build=true 
-Dnative-image.xmx=5g -B 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

Reply via email to