Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Apr 30, 2020
1 parent e9e8fc5 commit f7f4751
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
branches:
only:
- master

script-anchors:
- &script-pdf
- cd $TRAVIS_BUILD_DIR
Expand All @@ -14,11 +10,14 @@ matrix:
language: node_js
node_js: "10"
script: *script-pdf
branches:
only:
- master
deploy:
provider: releases
api_key: $GITHUB_TOKEN
name: Build $(date +'%d.%m.%Y %R')
file: $TRAVIS_BUILD_DIR/dist/tobanteAudio-JUCE-Cookbook.pdf
skip_cleanup: true
on:
all_branches: true
all_branches: true

0 comments on commit f7f4751

Please sign in to comment.