You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master: (46 commits)
Fixes#509 - mention [ci skip] in docs.
v1.6.2 changelog
Issues #588 - list style
Fix#583 Using the function for checking dependencies
Checking dependencies
Modules needed for checking dependencies
Two cases to handle
Adding message
Issue #368 - Remove (now) unused STARTUP variable
Issue #368 - Compute cache busting param based on md5 hash of file
Issue #368 - Move bust_cache function into a Jinja template helper
Issue #368: Part 1, add bust_cache param to minified production JS
Issue #587 - Add a task to check npm dependencies and run by default
v1.6.1
Fixes#591 - Typo in form field. >_<
Tag v1.6.0
Issue #572 - Remove right float for GitHub issue warp hint
Issue #432 - Add js-form-error and js-no-error classes and update tests.
Issue #432 - Add wc-Form-required class to problem label
Added wc-Form, wc-ReportForm
...
* Fix bug with Issue back arrow & history [Pull #570](https://github.com/webcompat/webcompat.com/pull/570)[Issue #569](https://github.com/webcompat/webcompat.com/issues/569)
16
+
* Add link to "G takes you to GitHub" note for mobile users [Pull #573](https://github.com/webcompat/webcompat.com/pull/573)[Issue #572](https://github.com/webcompat/webcompat.com/issues/572)
17
+
* Link to HTTPS [Pull #574](https://github.com/webcompat/webcompat.com/pull/574)
18
+
* Add anchors to headings on contributors page [Pull #578](https://github.com/webcompat/webcompat.com/pull/578)[Issue #577](https://github.com/webcompat/webcompat.com/issues/577)
19
+
* Remove text-overflow on titles [Pull #580](https://github.com/webcompat/webcompat.com/pull/580)
20
+
* Provide "Greatest hits" for compat issues in bug form [Pull #579](https://github.com/webcompat/webcompat.com/pull/579)[Issue #432](https://github.com/webcompat/webcompat.com/issues/432)
21
+
* Update some css-related modules (`cssnext`, `cssrecipes-utils`, `cssrecipes-reset`) [Pull #581](https://github.com/webcompat/webcompat.com/pull/581)
22
+
* Update contribution links on homepage [Pull #584](https://github.com/webcompat/webcompat.com/pull/584)[Issue #576](https://github.com/webcompat/webcompat.com/issues/576)
23
+
* Refactor CSS related to new form changes [Pull #585](https://github.com/webcompat/webcompat.com/pull/585)
24
+
1
25
## 1.5.3 - 2014-02-26
2
26
3
27
* Add a "Report an Issue" link to the global nav [Pull #568](https://github.com/webcompat/webcompat.com/pull/568)[Issue #565](https://github.com/webcompat/webcompat.com/issues/565)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,8 @@ You can run the Python unit tests from the project root with the `nosetests` com
318
318
319
319
Running functional tests is a bit more involved (see the next section).
320
320
321
+
Tests are also run automatically on [Travis](https://travis-ci.org/webcompat/webcompat.com) for each commit. If you would like to skip running tests for a given commit, you can use use the magical `[ci skip]` string in your commit message. See the [Travis docs](http://docs.travis-ci.com/user/how-to-skip-a-build/#Not-All-Commits-Need-CI-Builds) for more info.
322
+
321
323
### Functional Tests
322
324
323
325
We use [Intern](http://theintern.io/) to run functional tests.
0 commit comments