Skip to content
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

Test only changed things #22

Open
thefinn93 opened this issue Nov 26, 2015 · 1 comment
Open

Test only changed things #22

thefinn93 opened this issue Nov 26, 2015 · 1 comment

Comments

@thefinn93
Copy link
Contributor

Currently we test the entire repo, but it might be beneficial to have a way to detect what has changed for eg a pull request and only test those files. This way if a peer that fails the tests somehow get's committed, future pull requests don't fail. Would also be good for warnings, which some things in the repo are expected to have.

@Kubuxu
Copy link
Contributor

Kubuxu commented Nov 26, 2015

You can get list of changed files in travis by running:

git diff --name-only $TRAVIS_COMMIT_RANGE

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

No branches or pull requests

2 participants