You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -393,14 +393,16 @@ print(me)
393
393
394
394
## Testing
395
395
396
-
There are a set of tests for the library that can be run using the standard methods (Command-U in Xcode) when you have one the `PusherSwiftTests-*` schemes active in Xcode. The tests also get run on [Travis-CI](https://travis-ci.org/pusher/pusher-websocket-swift).
396
+
There are a set of tests for the library that can be run using the standard methods (Command-U in Xcode) when you have one the `PusherSwiftTests-*` schemes active in Xcode.
397
+
398
+
The tests also get run on [Travis-CI](https://travis-ci.org/pusher/pusher-websocket-swift). See [.travis.yml](https://github.com/pusher/pusher-websocket-swift/blob/master/.travis.yml) for details on how the Travis tests are run.
397
399
398
400
399
401
## Communication
400
402
401
-
- If you have found a bug, open an issue.
402
-
- If you have a feature request, open an issue.
403
-
- If you want to contribute, submit a pull request (preferrably with some tests :) ).
403
+
- If you have found a bug, please open an issue.
404
+
- If you have a feature request, please open an issue.
405
+
- If you want to contribute, please submit a pull request (preferrably with some tests :) ).
0 commit comments