Skip to content

Commit

Permalink
fixed travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swain committed Aug 22, 2018
1 parent be81b9c commit a8c7ebf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -2,11 +2,11 @@ osx_image: xcode9.4
language: swift
script: fastlane scan
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
deploy:
- provider: script
script: pod trunk push Ward.podspec
on:
repo: OneAfternoon/Ward
branch: master
tags: true
provider: script
script: pod trunk push Ward.podspec
on:
repo: OneAfternoon/Ward
branch: master
tags: true

0 comments on commit a8c7ebf

Please sign in to comment.