Skip to content

Commit 1909519

Browse files
committed
Merge pull request #4 from ciarand/master
Add version specifier to travis.yml file
2 parents 5bdc88c + d514939 commit 1909519

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
language: go
22

3+
go:
4+
- 1.1
5+
- tip

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Based on the [wikipedia paper][wiki] and the [RFC 3986 document][rfc].
66

77
[![build status](https://secure.travis-ci.org/PuerkitoBio/purell.png)](http://travis-ci.org/PuerkitoBio/purell)
88

9-
Note that at this moment, travis still uses Go1.0.3, and the Go stdlibs changed some behaviour between 1.0.3 and Go1.1. My tests have been updated to pass with Go1.1, so until Travis updates to the latest release of Go, it will display **fail**...
10-
119
## Install
1210

1311
`go get github.com/PuerkitoBio/purell`

0 commit comments

Comments
 (0)