mirror of
https://github.com/spf13/viper
synced 2024-11-04 20:27:02 +00:00
Allow tip to fail on Travis
This commit is contained in:
parent
a0cdbddebd
commit
960e69f7c4
2 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,10 @@ go:
|
|||
- 1.6.1
|
||||
- tip
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
||||
sudo: false
|
||||
|
|
1
nohup.out
Normal file
1
nohup.out
Normal file
|
@ -0,0 +1 @@
|
|||
QProcess::start: Process is already running
|
Loading…
Reference in a new issue