Skip to content
Browse files

I am a noob at both travis and yml

  • Loading branch information...
1 parent 968d770 commit de1951c1862b5b8fc2eb8b7e84c318f392982c6d @joeldev joeldev committed
Showing with 2 additions and 2 deletions.
  1. +2 −2 .travis.yml
View
4 .travis.yml
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode7.2
script:
- xctool -project Advance.xcodeproj -scheme 'Advance-iOS' -configuration Debug -sdk iphonesimulator -arch i386 test
- xctool -project Advance.xcodeproj -scheme 'Advance-OSX' -configuration Debug test
+ - xctool -project Advance.xcodeproj -scheme 'Advance-iOS' -configuration Debug -sdk iphonesimulator -arch i386 test
+ - xctool -project Advance.xcodeproj -scheme 'Advance-OSX' -configuration Debug test

0 comments on commit de1951c

Please sign in to comment.
Something went wrong with that request. Please try again.