Skip to content

Commit

Permalink
New TravisCI config to accomodate for SwiftyJSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrmanek committed May 16, 2016
1 parent 3aa77d9 commit 1b9a619
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -8,5 +8,6 @@ before_install:
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi

script:
- xctool clean build -project Revolver/Revolver.xcodeproj -scheme Revolver
- xctool clean build -workspace Workspace.xcworkspace -scheme Revolver
#- xctool clean build -project Revolver/Revolver.xcodeproj -scheme Revolver
#- xctool test -project Revolver/Revolver.xcodeproj -scheme RevolverTests

0 comments on commit 1b9a619

Please sign in to comment.