add travis
This commit is contained in:
parent
f2846ebde5
commit
727da69ec6
|
@ -0,0 +1,12 @@
|
||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- tip
|
||||||
|
sudo: false
|
||||||
|
install:
|
||||||
|
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
|
||||||
|
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
|
||||||
|
- go get github.com/mholt/caddy
|
||||||
|
- go get github.com/hacdias/caddy-filemanager
|
||||||
|
- go generate
|
||||||
|
script:
|
||||||
|
- caddydev --output="caddy" --source="." filemanager
|
|
@ -419,7 +419,7 @@ body {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
text-rendering: optimizespeed;
|
text-rendering: optimizespeed;
|
||||||
padding-top: 5em;
|
padding-top: 5em;
|
||||||
background-color: #f5f5f5;
|
background-color: #fcfcfc;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #006ed3;
|
color: #006ed3;
|
||||||
|
|
Loading…
Reference in New Issue