Skip to content

Commit 8f04475

Browse files
author
Chris Pilcher
authored
Update .travis.yml
Removed space before insertion sort tests.
1 parent 6a140c4 commit 8f04475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
# - xcodebuild test -project ./Graph/Graph.xcodeproj -scheme GraphTests
2424
# - xcodebuild test -project ./Heap/Tests/Tests.xcodeproj -scheme Tests
2525
# - xcodebuild test -project ./Heap\ Sort/Tests/Tests.xcodeproj -scheme Tests
26-
- xcodebuild test -project ./Insertion\ Sort/Tests/Tests.xcodeproj -scheme Tests
26+
- xcodebuild test -project ./Insertion\ Sort/Tests/Tests.xcodeproj -scheme Tests
2727
# - xcodebuild test -project ./K-Means/Tests/Tests.xcodeproj -scheme Tests
2828
# - xcodebuild test -project ./Linked\ List/Tests/Tests.xcodeproj -scheme Tests
2929
# - xcodebuild test -project ./Longest\ Common\ Subsequence/Tests/Tests.xcodeproj -scheme Tests

0 commit comments

Comments
 (0)