Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevnm67 authored Nov 3, 2019
1 parent 5c67882 commit deb01df
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
env: DESTINATION="test_ipad"
if: (commit_message =~ /(@test ipad)/)

- stage: lint
name: pod lint
if: branch IN (master, develop) AND (type != pull_request)
script: make lint

- stage: carthage
name: Carthage build
if: "commit_message =~ /^(\\[#Carthage|\\[\\#Release)/"
Expand All @@ -65,5 +60,4 @@ jobs:

stages:
- test
- lint
- carthage

0 comments on commit deb01df

Please sign in to comment.