Skip to content

Commit

Permalink
Modifies CI to point to this fork instead of the original
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromss committed Jun 21, 2019
1 parent 17f7fc1 commit fa57a74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go_import_path: github.com/spf13/viper
go_import_path: github.com/pedromss/viper

language: go

Expand All @@ -25,7 +25,6 @@ script:
- go test -v ./...

after_success:
- go get -u -d github.com/spf13/hugo
- cd $GOPATH/src/github.com/spf13/hugo && make && ./hugo -s docs && cd -
- go get -u -d github.com/pedromss/hugo

sudo: false
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
![viper logo](https://cloud.githubusercontent.com/assets/173412/10886745/998df88a-8151-11e5-9448-4736db51020d.png)

## This is a fork from the [original repo](https://github.com/spf13/viper). This is for fixes I don't want to wait the original repo to have


Go configuration with fangs!

Many Go projects are built using Viper including:
Expand All @@ -13,11 +16,11 @@ Many Go projects are built using Viper including:
* [doctl](https://github.com/digitalocean/doctl)
* [Clairctl](https://github.com/jgsqware/clairctl)

[![Build Status](https://travis-ci.org/spf13/viper.svg)](https://travis-ci.org/spf13/viper) [![Join the chat at https://gitter.im/spf13/viper](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/spf13/viper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GoDoc](https://godoc.org/github.com/spf13/viper?status.svg)](https://godoc.org/github.com/spf13/viper)
[![Build Status](https://travis-ci.org/spf13/viper.svg)](https://travis-ci.org/spf13/viper) [![GoDoc](https://godoc.org/github.com/spf13/viper?status.svg)](https://godoc.org/github.com/spf13/viper)

## Install
```console
go get -u github.com/spf13/viper
go get -u github.com/pedromss/viper
```

## What is Viper?
Expand Down

0 comments on commit fa57a74

Please sign in to comment.