Sfoglia il codice sorgente

Fetch tags

pull/31/head
Chris Smith 9 anni fa
parent
commit
b619f6b55e
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      circle.yml

+ 4
- 0
circle.yml Vedi File

@@ -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…
Annulla
Salva