Skip to content

Commit a2ec9dd

Browse files
author
Chris Pilcher
committed
Building before running tests
1 parent 59dee73 commit a2ec9dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: objective-c
22
osx_image: xcode7.2
33

44
script:
5+
- xcodebuild build -project ./AVL\ Tree/Tests/Tests.xcodeproj
56
- xcodebuild test -project ./AVL\ Tree/Tests/Tests.xcodeproj -scheme Tests
6-
- xcodebuild test -project ./Array2D/Tests/Tests.xcodeproj -scheme Tests
7-
- xcodebuild test -project ./Binary\ Search/Tests/Tests.xcodeproj -scheme Tests
7+
#- xcodebuild test -project ./Array2D/Tests/Tests.xcodeproj -scheme Tests
8+
#- xcodebuild test -project ./Binary\ Search/Tests/Tests.xcodeproj -scheme Tests

0 commit comments

Comments
 (0)