Skip to content

Commit

Permalink
Automate builds using CI (#81)
Browse files Browse the repository at this point in the history
* Automate builds

* Remove deployment script

* Separate master and branch testing

* Fix bash bug
  • Loading branch information
danialzahid94 authored Jan 24, 2017
1 parent 0965668 commit 255d72a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ machine:

test:
post:
- pod lib lint
- pod lib lint
- if [ "$CIRCLE_BRANCH" = 'master' ]; then pod spec lint; fi

0 comments on commit 255d72a

Please sign in to comment.