flappy-svg
flappy-svg copied to clipboard
Document what is required for a green build
We now have travis running #248. Goal:
-
provide a steep learning curve for newcomers
-
Create 'more easy issues' based on travis where newcomers can contribute
-
Document what travis needs on order to be green.
-
Add examples of what could go wrong and how to solve it. (There might be special error messages almost unclear to nonprogrammers)
For a green build:
- Make sure the file is present where the link is pointing for it. e.g. There was a line
src="style/bootstrap/js/jquery.min.js"
but there was nojquery.min.js
in style>bootstrap>js folder. - Don't link to any external resource.