Skip to content

Commit

Permalink
removed make command from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinapathak committed Dec 4, 2019
1 parent 1aceca5 commit 5907bd5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -41,13 +41,10 @@ jobs:
name: "Make a Release"
if: branch != master
script: skip
before_deploy:
- make release-artifacts
deploy:
on:
all_branches: true
tags: true
provider: releases
api_key: "$GH_TOKEN"
file: ./.ignore/*
skip_cleanup: true

0 comments on commit 5907bd5

Please sign in to comment.