Skip to content

Commit a50e287

Browse files
committed
Update travis.yml
1 parent 7d1c4a3 commit a50e287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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
@@ -37,5 +37,5 @@ script:
3737
# - xcodebuild test -project ./Shell\ Sort/Tests/Tests.xcodeproj -scheme Tests
3838
# - xcodebuild test -project ./Shortest\ Path\ \(Unweighted\)/Tests/Tests.xcodeproj -scheme Tests
3939
# - xcodebuild test -project ./Single-Source\ Shortest\ Paths\ \(Weighted\)/SSSP.xcodeproj -scheme SSSPTests
40-
# - xcodebuild test -project ./Stack/Tests/Tests.xcodeproj -scheme Tests
40+
- xcodebuild test -project ./Stack/Tests/Tests.xcodeproj -scheme Tests
4141
# - xcodebuild test -project ./Topological\ Sort/Tests/Tests.xcodeproj -scheme Tests

0 commit comments

Comments
 (0)