FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
aws-cli/.travis.yml at develop · ProGamerCode/aws-cli · GitHub
ProGamerCode
/
aws-cli
Public
forked from
aws/aws-cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
aws-cli
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (20 loc) · 469 Bytes
Breadcrumbs
aws-cli
/
.travis.yml
Copy path
File metadata and controls
23 lines (20 loc) · 469 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language
:
python
python
:
-
"
2.6
"
-
"
2.7
"
-
"
3.3
"
-
"
3.4
"
-
"
3.5
"
-
"
3.6
"
sudo
:
false
before_install
:
-
if [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
echo "No pull requests can be sent to the master branch" 1>&2;
exit 1;
fi
-
pip install codecov
install
:
-
python scripts/ci/install
script
:
python scripts/ci/run-tests
after_success
:
-
rm tests/coverage.xml && mv tests/.coverage ./ && codecov
Back
|
FazBrowse Home
|
New Git URL