Unknwon hace 9 años
padre
commit
1dfa693a5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -12,7 +12,7 @@ before_install:
   - go get github.com/msteinert/pam 
 
 install:
-  - go get -d ./...
+  - go get -d .
 
 script: go build -v -tags "pam"