Sfoglia il codice sorgente

fetch all dep in build

Tao Wen 7 anni fa
parent
commit
4b7aa43c67
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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