Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jan 30, 2019
2 parents 6450fa4 + 5a23748 commit 113cbc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"

env:
- PLATFORMIO_PROJECT_DIR=examples/arduino-fade-all-pins
Expand Down
3 changes: 2 additions & 1 deletion builder/frameworks/spl.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def get_core_files():

result = exec_command(
command,
cwd=join(FRAMEWORK_DIR, "Libraries", "STM8S_StdPeriph_Driver", "inc")
cwd=join(FRAMEWORK_DIR, "Libraries", "STM8S_StdPeriph_Driver", "inc"),
env=env['ENV']
)

if result['returncode'] != 0:
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-ststm8.git"
},
"version": "1.0.0",
"version": "1.0.1",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
Expand Down

0 comments on commit 113cbc4

Please sign in to comment.