Move top-level files

This commit is contained in:
Alexander Neumann
2016-02-14 15:19:49 +01:00
parent b63399d606
commit 0a8ef79dad
10 changed files with 0 additions and 0 deletions

42
.travis.yml Normal file
View File

@@ -0,0 +1,42 @@
language: go
sudo: false
go:
- 1.3.3
- 1.4.3
- 1.5.3
- 1.6rc2
os:
- linux
- osx
matrix:
exclude:
- os: osx
go: 1.3.3
- os: osx
go: 1.4.3
- os: osx
go: 1.6rc2
notifications:
irc:
channels:
- "chat.freenode.net#restic"
on_success: change
on_failure: change
skip_join: true
install:
- go version
- export GOBIN="$GOPATH/bin"
- export PATH="$PATH:$GOBIN"
- export GOPATH="$GOPATH:${TRAVIS_BUILD_DIR}/Godeps/_workspace"
- go env
script:
- go run run_integration_tests.go
after_success:
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true