You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/05/30 03:09:50 UTC

[groovy-website] branch master updated: remove travis.yml

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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 21dfa79  remove travis.yml
21dfa79 is described below

commit 21dfa79cec87020a65f1dc208566dd3feaa57b2d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu May 30 13:09:26 2019 +1000

    remove travis.yml
---
 .travis.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index dc7b712..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-script: ./gradlew -q -s generate
-jdk:
-- openjdk7
-
-