-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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.yml #499
base: master
Are you sure you want to change the base?
Add .travis.yml #499
Conversation
.travis.yml
Outdated
@@ -0,0 +1,6 @@ | |||
dist: trusty | |||
sudo: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sudo
is false
by default, you can remove this line.
https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh why run the tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see above
idk |
Perhaps you should run tests? This is utterly useless otherwise... |
Added Travis, just switch it on through travis-ci.org
#489