Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 749c5ea

Browse files
Foxandxssnaomiblack
authored andcommitted
chore: add lint instructions to readme
1 parent 560bf2b commit 749c5ea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ os:
77
- linux
88
env:
99
global:
10+
- DBUS_SESSION_BUS_ADDRESS=/dev/null
1011
- DISPLAY=:99.0
1112
- CHROME_BIN=chromium-browser
1213
matrix:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ Look at the scripts in `package.json` for other options.
9696
Also, open any `plunkr.no-link.html` to see the code execute in plunker
9797
(you may have to run `gulp build-plunkers` first to create/update).
9898

99+
You may want to check that your example is free of lint errors.
100+
- `gulp lint`
101+
99102
### Sample end-to-end tests
100103

101104
All samples should be covered to some degree by end-to-end tests:

0 commit comments

Comments
 (0)