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

+ 3 - 0
.travis.yml

@@ -11,6 +11,9 @@ before_install:
   - sudo apt-get install -y libpam-dev
   - go get github.com/msteinert/pam 
 
+install:
+  - go get -d ./...
+
 script: go build -v -tags "pam"
 
 notifications: