Skip to content

Commit

Permalink
Fix Travis Coverage (#1409)
Browse files Browse the repository at this point in the history
* Fix JOB_COUNT env var

That took way longer than it should have to figure out

* Fix incorrect comment

Whoops...
  • Loading branch information
ehennenfent authored Apr 19, 2019
1 parent 3fc2faa commit 9c9b619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stages:
env:
global:
- CC_TEST_REPORTER_ID=db72f1ed59628c16eb0c00cbcd629c4c71f68aa1892ef42d18c7c2b8326f460a
- JOB_COUNT=2 # Two jobs generate test coverage
- JOB_COUNT=3 # Three jobs generate test coverage: ethereum, native, and other
- PYTHONWARNINGS="default::ResourceWarning" # Enable ResourceWarnings
matrix:
- TEST_TYPE=examples
Expand Down

0 comments on commit 9c9b619

Please sign in to comment.