Skip to content

Commit bb5cbe6

Browse files
author
mattthousand
committed
Uncomment .travis.yml.
1 parent 75d866a commit bb5cbe6

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 ./Depth-First\ Search/Tests/Tests.xcodeproj -scheme Tests
2424
# - xcodebuild test -project ./Graph/Graph.xcodeproj -scheme GraphTests
2525
# - xcodebuild test -project ./Heap/Tests/Tests.xcodeproj -scheme Tests
26-
# - xcodebuild test -project ./Heap\ Sort/Tests/Tests.xcodeproj -scheme Tests
26+
- xcodebuild test -project ./Heap\ Sort/Tests/Tests.xcodeproj -scheme Tests
2727
- xcodebuild test -project ./Insertion\ Sort/Tests/Tests.xcodeproj -scheme Tests
2828
# - xcodebuild test -project ./K-Means/Tests/Tests.xcodeproj -scheme Tests
2929
# - xcodebuild test -project ./Linked\ List/Tests/Tests.xcodeproj -scheme Tests

0 commit comments

Comments
 (0)