Browse Source

Travis fix to clear exceptions.

Build config file is required via repository settings, but config is empty.
mitm001 7 năm trước cách đây
mục cha
commit
d21343d7ab
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

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