Explorar el Código

Debug Travis' Pull Request failures

MeFisto94 hace 8 años
padre
commit
ecec62d5f1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      build.gradle

+ 3 - 0
build.gradle

@@ -25,6 +25,9 @@ repositories {
 
 }
 
+println System.env.TRAVIS_PULL_REQUEST
+println System.env.TRAVIS_PULL_REQUEST_BRANCH
+
 if (System.getenv('TRAVIS') != null) {
     if (System.env.TRAVIS_TAG != "") {
         ext.jmeEngineVersion = "3.2.0-" + System.env.TRAVIS_TAG + "-SNAPSHOT"