Skip to content

Commit

Permalink
#5 update release travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsschroyen committed Aug 17, 2017
1 parent ef2288c commit 0ea2fcc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
script: vendor/bin/phpunit --coverage-clover=coverage.xml
after_success: bash <(curl -s https://codecov.io/bash)
- stage: deploy
script: create_release.sh
script: ./create_release.sh
deploy:
provider: releases
api_key:
Expand All @@ -20,5 +20,4 @@ jobs:
file: papertrail-for-wordpress.zip
on:
repo: nielsschroyen/Papertrail-for-WordPress
tags: true
all_branches: true
tags: true

0 comments on commit 0ea2fcc

Please sign in to comment.