8000 fix travis run in single env · progressify/wp-api-python@9fcdbc9 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9fcdbc9

Browse files
author
derwentx
committed
fix travis run in single env
1 parent 50669dc commit 9fcdbc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: python
22
sudo: required
33
env:
4-
- CODECOV_TOKEN: "da32b183-0d8b-4dc2-9bf9-e1743a39b2c8"
5-
- CC_TEST_REPORTER_ID: "f65f25793658d7b33a3729b7b0303fef71fca3210105bb5b83605afb2fee687e"
4+
global:
5+
- CODECOV_TOKEN: "da32b183-0d8b-4dc2-9bf9-e1743a39b2c8"
6+
- CC_TEST_REPORTER_ID: "f65f25793658d7b33a3729b7b0303fef71fca3210105bb5b83605afb2fee687e"
67
services:
78
- docker
89
python:

0 commit comments

Comments
 (0)
0