Explorar el Código

Merge pull request #71 from im-kulikov/feature/add-go1.12-to-travis-ci

Add Golang 1.12 to TravisCI
tags/0.16
Sergey Arkhipov hace 7 años
padre
commit
71f7bf6cad
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml Ver fichero

@@ -6,6 +6,7 @@ dist: trusty
6 6
 
7 7
 go:
8 8
   - "1.11.x"
9
+  - 1.12.x
9 10
   - master
10 11
 
11 12
 before_script: make prepare

Loading…
Cancelar
Guardar