Skip to content

Commit

Permalink
Merge branch 'release/v1.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 18, 2016
2 parents 96cadbf + 7a2670f commit a9c6ec9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
env:
- PLATFORMIO_PROJECT_DIR=examples/mbed-blink
- PLATFORMIO_PROJECT_DIR=examples/mbed-dsp
- PLATFORMIO_PROJECT_DIR=examples/mbed-http-client
# - PLATFORMIO_PROJECT_DIR=examples/mbed-http-client
- PLATFORMIO_PROJECT_DIR=examples/mbed-rtos
- PLATFORMIO_PROJECT_DIR=examples/mbed-serial

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
matrix:
- PLATFORMIO_PROJECT_DIR: "examples/mbed-blink"
- PLATFORMIO_PROJECT_DIR: "examples/mbed-dsp"
- PLATFORMIO_PROJECT_DIR: "examples/mbed-http-client"
# - PLATFORMIO_PROJECT_DIR: "examples/mbed-http-client"
- PLATFORMIO_PROJECT_DIR: "examples/mbed-rtos"
- PLATFORMIO_PROJECT_DIR: "examples/mbed-serial"

Expand Down
2 changes: 1 addition & 1 deletion builder/frameworks/mbed
Submodule mbed updated 2 files
+46 −46 .travis.yml
+45 −33 mbed.py
4 changes: 2 additions & 2 deletions 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-freescalekinetis.git"
},
"version": "1.4.0",
"version": "1.5.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
Expand All @@ -32,7 +32,7 @@
"framework-mbed": {
"type": "framework",
"optional": true,
"version": "~3.126.0"
"version": "~3.131.0"
}
}
}

0 comments on commit a9c6ec9

Please sign in to comment.