Explorar el Código

fetch all dep in build

Tao Wen hace 7 años
padre
commit
4b7aa43c67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -6,7 +6,7 @@ go:
 
 before_install:
   - go get -t -v ./...
-  - go get -t -v github.com/modern-go/reflect2-tests
+  - go get -t -v github.com/modern-go/reflect2-tests/...
 
 script:
   - ./test.sh