Explorar el Código

Revert "Travis fix to clear exceptions."

mitm001 hace 7 años
padre
commit
542b072651
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -3,8 +3,8 @@ jdk:
   - oraclejdk8
 #  blacklist
 branches:
-  only:
-    - master
+  except:
+    - gh-pages
 before_cache:
   - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
 cache: