Skip to content

Commit

Permalink
Tweak travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuho Okui committed Jul 18, 2017
1 parent 3fdbb57 commit c1d2f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_script:
script: xcodebuild test -scheme RK4Spring_iOS -sdk iphonesimulator -destination 'platform=iOS
Simulator,name=iPhone 7,OS=11.0'
before_deploy:
- carthage build --no-skip-current
- ./script/build.sh --no-skip-current
- carthage archive $FRAMEWORK_NAME
deploy:
provider: releases
Expand Down

0 comments on commit c1d2f87

Please sign in to comment.