Skip to content

Instantly share code, notes, and snippets.

View caiosba's full-sized avatar
🤘
Headbanger Hacker

Caio Almeida caiosba

🤘
Headbanger Hacker
View GitHub Profile
@ale7714
ale7714 / .travis.yml
Last active February 4, 2020 16:55
CC test reporter on Travis parallel builds
language: ruby
env:
global:
- CC_TEST_REPORTER_ID=<repo_test_reporter_id>
- RSPEC_PARALLELISM=4 # total number of jobs
matrix:
- "RSPEC_TEST_GROUP=1"
- "RSPEC_TEST_GROUP=2"
- "RSPEC_TEST_GROUP=3"
- "RSPEC_TEST_GROUP=4"