add travis

pull/144/head
Henrique Dias 2016-06-23 08:11:41 +01:00
parent f2846ebde5
commit 727da69ec6
3 changed files with 23 additions and 11 deletions

12
.travis.yml Normal file
View File

@ -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

View File

@ -419,7 +419,7 @@ body {
font-family: 'Roboto', sans-serif;
text-rendering: optimizespeed;
padding-top: 5em;
background-color: #f5f5f5;
background-color: #fcfcfc;
}
a {
color: #006ed3;

File diff suppressed because one or more lines are too long