Skip to content

Commit

Permalink
added more go version targets
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jun 15, 2017
1 parent e7bd991 commit 0cf029d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: go
go:
- 1.5
- 1.6
- 1.7
- 1.8
- tip
before_install:
- go get github.com/axw/gocov/gocov
Expand Down
5 changes: 3 additions & 2 deletions env_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package env_test

import (
"fmt"
"github.com/caarlos0/env"
"github.com/stretchr/testify/assert"
"os"
"testing"
"time"

"github.com/caarlos0/env"
"github.com/stretchr/testify/assert"
)

type Config struct {
Expand Down

0 comments on commit 0cf029d

Please sign in to comment.