Explorar el Código

Fetch tags

pull/31/head
Chris Smith hace 9 años
padre
commit
b619f6b55e
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      circle.yml

+ 4
- 0
circle.yml Ver fichero

@@ -6,6 +6,10 @@ machine:
6 6
   environment:
7 7
     TERMINAL: dumb
8 8
 
9
+checkout:
10
+  post:
11
+    - git fetch --tags
12
+
9 13
 test:
10 14
   post:
11 15
     - ./gradlew client:jacocoTestReport client:coveralls

Loading…
Cancelar
Guardar