We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c0904 commit d9251dfCopy full SHA for d9251df
.travis.yml
@@ -14,6 +14,7 @@ matrix:
14
dist: trusty
15
sudo: required
16
group: deprecated-2017Q3
17
+ before_install: chmod -R +x ./ci/*platformio.sh
18
install: ./ci/install-platformio.sh
19
script: ./ci/build-platformio.sh
20
- os: linux
@@ -50,9 +51,6 @@ matrix:
50
51
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
52
if: type != pull_request
53
-before_install:
54
- - chmod -R +x ./ci/*.sh
55
-
56
# These are the install and build (script) phases for the most common entries in the matrix. They could be included
57
# in each entry in the matrix, but that is just repetitive.
58
install:
0 commit comments