File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ addons:
10
10
- lib32ncurses5
11
11
- lib32z1
12
12
13
- before_script :
14
- - wget https://github.com/Infineon/Assets/releases/download/current/gcc-arm-none-eabi-5_4-2016q3-20160926-linux.-d-.tar.bz2 -O /tmp/gcc-arm-none-eabi.tar.bz2
15
- - tar -xjf /tmp/gcc-arm-none-eabi.tar.bz2
16
- - export PATH=$PATH:$PWD/gcc-arm-none-eabi-5_4-2016q3/bin/
17
-
18
13
env :
19
14
# defining this variable creates multiple jobs in Travis
20
15
# TODO keep these examples up-to-date with the ones in the core
@@ -45,7 +40,8 @@ install:
45
40
- rm platform.json
46
41
- jq '.packages."framework-arduinoxmc".version = "file:///tmp/framework-arduinoxmc.zip"' <<<"$platform_json" > platform.json
47
42
48
- - pip install -U https://github.com/platformio/platformio/archive/develop.zip
43
+ - pip install -U platformio
44
+ - platformio update
49
45
- platformio platform install -f file://.
50
46
51
47
script :
You can’t perform that action at this time.
0 commit comments