-
The readme includes:
```
[![Build Status](https://travis-ci.org/agentcontest/massim_2018.svg?branch=master)](https://travis-ci.org/agentcontest/massim_2018)
```
but this is for the original se…
-
**Summary:**
Travis is falling on PRs.
**Would you like to work on the issue?**
Yes
-
-
Hook up to Travis continuous integration?
http://docs.travis-ci.com/user/languages/csharp/
-
Please add Travis badge. This is the markdown:
```
[![Build Status](https://travis-ci.org/tatsuhiro-t/nghttp2.png?branch=master)](https://travis-ci.org/tatsuhiro-t/nghttp2)
```
-
Let's continue the discussion about travis here
So after my refactor today, travis is green! https://travis-ci.org/clouder-community/clouder
But even if it's green, there is some warnings : https://…
-
Right now testing on the project is very basic, both on the front-end and the back-end, and Travis doesn't appear to be working.
I would recommend assigning some time to getting Travis working and …
-
-
Put this on travis. You'll have to make 3 secret environment variables:
- mailinator url
- mailgun url
- email password
http://docs.travis-ci.com/user/environment-variables/#Encrypted-Variables
http:…
-
Having Travis on each of the repos (including the badge) would definitely put a lot more trust in the components. I've also been doing a lot of testing first to ensure there's enough coverage. I could…