Skip to content

Commit

Permalink
Adding Travis build support
Browse files Browse the repository at this point in the history
  • Loading branch information
mergesort committed Dec 24, 2018
1 parent 4604de5 commit 3996651
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
stages:
- name: lint
if: branch = master OR branch =~ ^\d+\.\d+\.\d+$
- name: compile
if: branch = master OR branch =~ ^\d+\.\d+\.\d+$
- name: test
if: branch = master OR branch =~ ^\d+\.\d+\.\d+$
- name: deploy
if: branch =~ ^\d+\.\d+\.\d+$

- stage: deploy
script: pod trunk push --verbose | ruby -e 'ARGF.each{ print "." }'
os: osx
osx_image: xcode10.1
language: swift

0 comments on commit 3996651

Please sign in to comment.