Skip to content

Commit

Permalink
Merge pull request #44 from pubnub/crimsonred-patch-1
Browse files Browse the repository at this point in the history
Source clear fixes in Travis config
  • Loading branch information
crimsonred committed Mar 8, 2018
2 parents f91a5ca + 36524f9 commit 104544c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
8 changes: 1 addition & 7 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,13 +292,7 @@ supported-platforms:
- Mac OS X 10.8 or later, amd64, use the clang or gcc† that comes with Xcode‡ for cgo support.
- Windows 7 or later, amd64, 386, use MinGW gcc†. No need for cygwin or msys.
editors:
- go1.2
- go1.3
- go1.4
- go1.5
- go1.6
- go1.7
- go1.8
- go1.7.1+
name: go
schema: 1
scm: github.com/pubnub/go
Expand Down
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
language: go

go:
- 1.2.2
- 1.3.3
- 1.4.3
- 1.5.4
- 1.6.2
- 1.7.1
- 1.7.3
- 1.7.4
- 1.8
- 1.9

- tip

matrix:
allow_failures:
- go: tip
fast_finish: true
install:
- mkdir -p $GOPATH/src/github.com/pubnub
- ln -s $GOPATH/src/github.com/pubnub/go
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#PubNub 3.16.1 client for Go
* Go (1.2, 1.3, 1.4, 1.5, 1.6, 1.7.3, 1.8)
* Go (1.7.1+)
* Google App Engine (1.9.28 - 2015-10-29)
* Managed VMs (Google Cloud SDK 133.0.0)

Expand Down
2 changes: 1 addition & 1 deletion messaging/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Contact support@pubnub.com for all questions

# PubNub 3.16.1 client for Go 1.0.3, 1.1, 1.3, 1.3.1, 1.4.2, 1.5.2, 1.6.2, 1.7.3, 1.8
# PubNub 3.16.1 client for Go 1.7.1+

### Important changes from version 3.10.0 onwards:
Breaking API Change: newPubnub has a new parameter where it expects a logger instance [Example](#init). This fixes a rare race condition
Expand Down
1 change: 1 addition & 0 deletions srcclr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
force_go_install: true

0 comments on commit 104544c

Please sign in to comment.