Skip to content

Commit d9251df

Browse files
authored
fix: Remove global chmod from Travis
Removed global chmod +x for Travis scripts in favor of just applying it to PlatformIO builds.
1 parent 39c0904 commit d9251df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ matrix:
1414
dist: trusty
1515
sudo: required
1616
group: deprecated-2017Q3
17+
before_install: chmod -R +x ./ci/*platformio.sh
1718
install: ./ci/install-platformio.sh
1819
script: ./ci/build-platformio.sh
1920
- os: linux
@@ -50,9 +51,6 @@ matrix:
5051
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
5152
if: type != pull_request
5253

53-
before_install:
54-
- chmod -R +x ./ci/*.sh
55-
5654
# These are the install and build (script) phases for the most common entries in the matrix. They could be included
5755
# in each entry in the matrix, but that is just repetitive.
5856
install:

0 commit comments

Comments
 (0)