Skip to content

Commit fbd4df8

Browse files
committed
Fix pip install and pio test
1 parent d17f6c4 commit fbd4df8

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

.travis.yml

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,37 @@ dist: trusty
44
group: beta
55
language: cpp
66

7-
install:
8-
- curl -fsSL https://bootstrap.pypa.io/get-pip.py | python
9-
- python -m pip install platformio
7+
before_install:
8+
- python -m pip install --user --upgrade pip
9+
- python -m pip install --user --upgrade platformio
1010

1111
matrix:
1212
include:
13-
-
14-
compiler: gcc
15-
env:
16-
- MAKE_TASK=pio-test
17-
- COMPILER=g++-5
18-
addons:
19-
apt:
20-
packages:
21-
- git
22-
- g++-5
23-
sources:
24-
- ubuntu-toolchain-r-test
13+
# -
14+
# compiler: gcc
15+
# env:
16+
# - MAKE_TASK=pio-test
17+
# - COMPILER=g++-5
18+
# addons:
19+
# apt:
20+
# packages:
21+
# - git
22+
# - g++-5
23+
# sources:
24+
# - ubuntu-toolchain-r-test
25+
# -
26+
# compiler: clang
27+
# env:
28+
# - MAKE_TASK=pio-test
29+
# - COMPILER=clang++-3.6
30+
# addons:
31+
# apt:
32+
# packages:
33+
# - git
34+
# - clang-3.6
35+
# sources:
36+
# - ubuntu-toolchain-r-test
37+
# - llvm-toolchain-precise-3.6
2538
-
2639
compiler: gcc
2740
env:
@@ -34,20 +47,6 @@ matrix:
3447
- g++-5
3548
sources:
3649
- ubuntu-toolchain-r-test
37-
38-
-
39-
compiler: clang
40-
env:
41-
- MAKE_TASK=pio-test
42-
- COMPILER=clang++-3.6
43-
addons:
44-
apt:
45-
packages:
46-
- git
47-
- clang-3.6
48-
sources:
49-
- ubuntu-toolchain-r-test
50-
- llvm-toolchain-precise-3.6
5150
-
5251
compiler: clang
5352
env:

0 commit comments

Comments
 (0)