Procházet zdrojové kódy

travis config: move notifications to end

This makes it easier to compare the xjava and xkotlin Travis
configuration files.
Stuart Kent před 9 roky
rodič
revize
69c9953090
1 změnil soubory, kde provedl 9 přidání a 9 odebrání
  1. 9
    9
      .travis.yml

+ 9
- 9
.travis.yml Zobrazit soubor

3
 jdk:
3
 jdk:
4
   - oraclejdk8
4
   - oraclejdk8
5
 
5
 
6
-notifications:
7
-  webhooks:
8
-    urls:
9
-      - https://webhooks.gitter.im/e/5e9ccd41111917b19478
10
-    on_success: change  # options: [always|never|change] default: always
11
-    on_failure: always  # options: [always|never|change] default: always
12
-    on_start: never     # options: [always|never|change] default: always
13
-
14
 # http://docs.travis-ci.com/user/migrating-from-legacy
6
 # http://docs.travis-ci.com/user/migrating-from-legacy
15
 sudo: false
7
 sudo: false
16
 
8
 
43
   bundler: true
35
   bundler: true
44
   directories:
36
   directories:
45
     - $HOME/.gradle/caches/
37
     - $HOME/.gradle/caches/
46
-    - $HOME/.gradle/wrapper/
38
+    - $HOME/.gradle/wrapper/
39
+
40
+notifications:
41
+  webhooks:
42
+    urls:
43
+      - https://webhooks.gitter.im/e/5e9ccd41111917b19478
44
+    on_success: change  # options: [always|never|change] default: always
45
+    on_failure: always  # options: [always|never|change] default: always
46
+    on_start: never     # options: [always|never|change] default: always