fix: Remove global chmod from Travis
Removed global chmod +x for Travis scripts in favor of just applying it to PlatformIO builds.
This commit is contained in:
parent
39c09043b8
commit
d9251df849
@ -14,6 +14,7 @@ matrix:
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
group: deprecated-2017Q3
|
group: deprecated-2017Q3
|
||||||
|
before_install: chmod -R +x ./ci/*platformio.sh
|
||||||
install: ./ci/install-platformio.sh
|
install: ./ci/install-platformio.sh
|
||||||
script: ./ci/build-platformio.sh
|
script: ./ci/build-platformio.sh
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -50,9 +51,6 @@ matrix:
|
|||||||
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
|
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
|
||||||
if: type != pull_request
|
if: type != pull_request
|
||||||
|
|
||||||
before_install:
|
|
||||||
- chmod -R +x ./ci/*.sh
|
|
||||||
|
|
||||||
# These are the install and build (script) phases for the most common entries in the matrix. They could be included
|
# These are the install and build (script) phases for the most common entries in the matrix. They could be included
|
||||||
# in each entry in the matrix, but that is just repetitive.
|
# in each entry in the matrix, but that is just repetitive.
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user