Skip to content

Commit c9f16f1

Browse files
author
Baris Sencan
committed
Update scheme names in travis configuration file
1 parent 7a62e70 commit c9f16f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
22
osx_image: xcode61
33
script:
4-
- xctool -project JSONHelper.xcodeproj -scheme JSONHelperiOS build
5-
- xctool -project JSONHelper.xcodeproj -scheme JSONHelperMac build
4+
- xctool -project JSONHelper.xcodeproj -scheme JSONHelper-iOS build
5+
- xctool -project JSONHelper.xcodeproj -scheme JSONHelper-Mac build

0 commit comments

Comments
 (0)