We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8e4d3 commit 53b727aCopy full SHA for 53b727a
.gitcookies.enc
480 Bytes
.travis.yml
@@ -1,15 +1,15 @@
1
language: go
2
-
3
go:
4
- - 1.4.3
5
- - 1.5.3
6
- - 1.6
7
- - tip
8
+- 1.4.3
+- 1.5.3
+- 1.6
+- tip
9
install:
10
- - go get -t ./...
11
- - go get golang.org/x/tools/cmd/vet
12
+- go get -t ./...
+- go get golang.org/x/tools/cmd/vet
13
script:
14
- - go vet ./...
15
- - go test -v ./...
+- go vet ./...
+- go test -v ./...
+before_install:
+- openssl aes-256-cbc -K $encrypted_26c593b079d9_key -iv $encrypted_26c593b079d9_iv
+ -in .gitcookies.enc -out .gitcookies -d
0 commit comments