UNPKG
yaml-template
Version:
latest (1.0.0)
1.0.0
Yaml tagged template literal
yaml-template
/
.travis.yml
17 lines
(13 loc)
•
175 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: node_js
node_js:
-
"8"
-
"7"
-
"6"
-
"5"
-
"4"
after_script:
- npm run coveralls
notifications:
email: on_success: never on_failure: always