Skip to content

Simplify Matrix #743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2018
Merged

Simplify Matrix #743

merged 1 commit into from
Jan 23, 2018

Conversation

photodude
Copy link
Contributor

@photodude photodude commented Jan 23, 2018

dist: trusty is now the default container for travis containers
os: linux is always true unless otherwise specified in the matrix
only need to specify sudo: false once to run containers

Note: if you need sudo: true for a single job in the matrix you can add it to that single matrix line
Note2: if you need a different dist for a single job in the matrix can add it to that single matrix line
Note3: if you need a different os for a single job in the matrix can add it to that single matrix line
no need for all the duplication

dist: trusty is now the default container
os: linux is always true unless otherwise specified in the matrix
only need to specify sudo: false once
Note: if you need sudo: true for a single item in the matrix you can add it to that single matrix line
Note2: if you need a different dist for a single job in the matrix can add it to that single matrix line
Note3: if you need a different os for a single job in the matrix can add it to that single matrix line
no need for all the duplication
@jmikola jmikola merged commit ff20bab into mongodb:master Jan 23, 2018
jmikola added a commit that referenced this pull request Jan 23, 2018
@jmikola
Copy link
Member

jmikola commented Jan 23, 2018

The verbose syntax here was leftover from #736. Thanks for cleaning this up.

@photodude photodude deleted the patch-1 branch January 23, 2018 05:14
@photodude
Copy link
Contributor Author

You are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants