Skip to content

Commit 4b6c10a

Browse files
author
Chris Pilcher
committed
Merge pull request kodecocodes#127 from chris-pilcher/how-to-contribute-travis-typo
Minor typo
2 parents ef6e524 + 74ec882 commit 4b6c10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

How to Contribute.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Just so you know, I will probably edit your text and code for grammar etc, just
2828

2929
For the unit tests:
3030

31-
- Add the unit test project to `.travis.yml` so they it be run on [Travis-CI](https://travis-ci.org/hollance/swift-algorithm-club). Add a line to `.travis.yml` like this:
31+
- Add the unit test project to `.travis.yml` so they will be run on [Travis-CI](https://travis-ci.org/hollance/swift-algorithm-club). Add a line to `.travis.yml` like this:
3232

3333
```
3434
- xcodebuild test -project ./Algorithm/Tests/Tests.xcodeproj -scheme Tests

0 commit comments

Comments
 (0)