Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
d9251df8
Unverified
Commit
d9251df8
authored
Dec 06, 2018
by
Chris Johnson
Committed by
GitHub
Dec 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Remove global chmod from Travis
Removed global chmod +x for Travis scripts in favor of just applying it to PlatformIO builds.
parent
39c09043
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
.travis.yml
.travis.yml
+1
-3
No files found.
.travis.yml
View file @
d9251df8
...
...
@@ -14,6 +14,7 @@ matrix:
dist
:
trusty
sudo
:
required
group
:
deprecated-2017Q3
before_install
:
chmod -R +x ./ci/*platformio.sh
install
:
./ci/install-platformio.sh
script
:
./ci/build-platformio.sh
-
os
:
linux
...
...
@@ -50,9 +51,6 @@ matrix:
env
:
BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
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
# in each entry in the matrix, but that is just repetitive.
install
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment