Skip to content

Commit 582f3b2

Browse files
Sun Yuxi (IFAG DES SDF FW)Sun Yuxi (IFAG DES SDF FW)
authored andcommitted
update travis.vml
1 parent d38d4f0 commit 582f3b2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ addons:
1010
- lib32ncurses5
1111
- lib32z1
1212

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-
1813
env:
1914
# defining this variable creates multiple jobs in Travis
2015
# TODO keep these examples up-to-date with the ones in the core
@@ -45,7 +40,8 @@ install:
4540
- rm platform.json
4641
- jq '.packages."framework-arduinoxmc".version = "file:///tmp/framework-arduinoxmc.zip"' <<<"$platform_json" > platform.json
4742

48-
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
43+
- pip install -U platformio
44+
- platformio update
4945
- platformio platform install -f file://.
5046

5147
script:

0 commit comments

Comments
 (0)