Skip to content

Commit

Permalink
update to version 0.3.13 and fix Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp7 committed May 8, 2019
1 parent 862fc38 commit 8924acf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ node_js:
- '8'
sudo: false
before_deploy:
- echo $TRAVIS_COMMIT
- echo $TRAVIS_TAG
- echo $TRAVIS_BRANCH
- echo $TRAVIS_BUILD_NUMBER
- echo $TRAVIS_REPO_SLUG
- node run.js > platform.json
deploy:
provider: releases
github_token: $GITHUB_TOKEN
api_key: $GITHUB_TOKEN
file:
- "*.tar.gz"
- platform.json
Expand Down
2 changes: 1 addition & 1 deletion sam/platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification

name=Macchina SAM Boards
version=0.3.9
version=0.3.13

# SAM3 compile variables
# ----------------------
Expand Down

0 comments on commit 8924acf

Please sign in to comment.