index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
.travis.yml
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2015-11-03 12:42:21 -0500
committer
Unknwon <u@gogs.io>
2015-11-03 12:42:21 -0500
commit
1dfa693a5cd221fa43f10df3a9dc216753f82547
(
patch
)
tree
cd8e59869d9d762a4737b8d9e8827a3dc4622af1
/
.travis.yml
parent
d5b92b61d7e3e364ef735d29cf72a67edc988950
(
diff
)
fix CI!!
Diffstat
(limited to '.travis.yml')
-rw-r--r--
.travis.yml
2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b61efdc..797daa5d 100644
--- a/
.travis.yml
+++ b/
.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"