Skip to content

Commit

Permalink
deploy on push
Browse files Browse the repository at this point in the history
  • Loading branch information
cotsog authored Jul 5, 2019
1 parent a4df1da commit 38e4d2e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
language: objective-c

osx_image: xcode11
language: generic

install: true
script: true

notifications:
email: false
  email: false

deploy:
provider: script
script: echo "Deploy!"
on:
all_branches: true

0 comments on commit 38e4d2e

Please sign in to comment.