Skip to content

Commit 19b320e

Browse files
committed
add polylint
1 parent 606775f commit 19b320e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: node_js
2-
node_js:
3-
- stable
2+
sudo: required
3+
dist: trusty
4+
node_js: stable
5+
before_script:
6+
- npm install -g bower polylint
7+
- bower install
48
script:
5-
- "gulp stylint"
9+
- polylint

made-with-love.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
text-decoration: none;
5454
}
5555
</style>
56-
Made with <span class="heart"></span> by <a href={{href}} target="_blank"><content></content></a>
56+
Made with <span class="heart"></span> by <a href$={{href}} target="_blank"><content></content></a>
5757
</template>
5858

5959
<script>

0 commit comments

Comments
 (0)