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

Add Travis CI config #174

Merged
merged 1 commit into from
Jun 7, 2018
Merged

Add Travis CI config #174

merged 1 commit into from
Jun 7, 2018

Conversation

rubiojr
Copy link
Contributor

@rubiojr rubiojr commented Jun 6, 2018

Currently it only tests that wtf builds.

Currently it only tests that wtf builds.
@rubiojr
Copy link
Contributor Author

rubiojr commented Jun 6, 2018

@senorprogrammer you'll need to go through something like https://docs.travis-ci.com/user/getting-started to add this repo to Travis.

@BillKeenan
Copy link
Contributor

adding this to the end will run the tests

script: go get ./... && go get github.com/go-test/deep && go test -v github.com/senorprogrammer/wtf/wtf_tests

@senorprogrammer senorprogrammer self-assigned this Jun 6, 2018
@BillKeenan
Copy link
Contributor

here it is working FYI
https://travis-ci.org/BillKeenan/wtf

@senorprogrammer senorprogrammer merged commit 03b729f into wtfutil:master Jun 7, 2018
@senorprogrammer
Copy link
Collaborator

Done. Thanks @rubiojr and @BillKeenan

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

Successfully merging this pull request may close these issues.

3 participants