Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a932584

Browse filesBrowse files
authored
Merge pull request FabioBatSilva#2 from FabioBatSilva/master
Fix pip install and pio test
2 parents 44714f0 + fbd4df8 commit a932584
Copy full SHA for a932584

File tree

Expand file treeCollapse file tree

1 file changed

+28
-29
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+28
-29
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+28-29Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.