mirror of
https://github.com/restic/restic.git
synced 2026-08-09 15:13:18 +00:00
Update dependencies
This commit is contained in:
+4
-2
@@ -2,11 +2,12 @@ language: go
|
||||
sudo: false
|
||||
|
||||
go:
|
||||
- "1.11"
|
||||
- "1.11.x"
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
|
||||
before_install:
|
||||
- go version
|
||||
@@ -18,7 +19,8 @@ install:
|
||||
|
||||
script:
|
||||
- ./.travis.sh
|
||||
- diff <(goimports -d .) <(printf "")
|
||||
# goimports on windows gives false positives
|
||||
- if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then diff <(goimports -d .) <(printf ""); fi
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Reference in New Issue
Block a user