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

Travis improvements #198

Merged
merged 9 commits into from
Oct 7, 2016
Merged

Travis improvements #198

merged 9 commits into from
Oct 7, 2016

Conversation

ZacharyThomas
Copy link
Member

@ZacharyThomas ZacharyThomas commented Oct 7, 2016

Closes #185

I am unclear on certain functionality, so the test fixes may not make sense. Thoughts:
1: The go-get tests seem to not really be testing anything other than string concat which is worthless.

Also make files are garbage and I don't respect them.

@coveralls
Copy link

coveralls commented Oct 7, 2016

Coverage Status

Coverage increased (+0.3%) to 40.361% when pulling 7b4a945 on travis-improvements into b206d43 on master.

Copy link
Member

@Shikkic Shikkic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll let @skeswa take a look if he wants to address anything but it looks good to me, nice work!

@@ -2,7 +2,7 @@ language: go
sudo: required
before_install:
- go get -d github.com/libgit2/git2go
- "$GOPATH/src/github.com/libgit2/git2go/script/install-libgit2.sh"
- "$GOPATH/src/github.com/libgit2/git2go/script/install-libgit2.sh 1>/dev/null"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is super helpful here.

@Shikkic
Copy link
Member

Shikkic commented Oct 7, 2016

Glad to see all of our tests passing

@@ -0,0 +1,11 @@
#!/bin/bash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really nice, the script reduces our Travis runtime by like half since it only has to recursively run the tests once.

@Shikkic Shikkic merged commit df7980a into master Oct 7, 2016
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.

[Travic CI] Fix passing issue
3 participants