We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606775f commit 19b320eCopy full SHA for 19b320e
.travis.yml
@@ -1,5 +1,9 @@
1
language: node_js
2
-node_js:
3
- - stable
+sudo: required
+dist: trusty
4
+node_js: stable
5
+before_script:
6
+ - npm install -g bower polylint
7
+ - bower install
8
script:
- - "gulp stylint"
9
+ - polylint
made-with-love.html
@@ -53,7 +53,7 @@
53
text-decoration: none;
54
}
55
</style>
56
- Made with <span class="heart"></span> by <a href={{href}} target="_blank"><content></content></a>
+ Made with <span class="heart"></span> by <a href$={{href}} target="_blank"><content></content></a>
57
</template>
58
59
<script>
0 commit comments