UNPKG
ogham
Version:
latest (0.2.0)
0.2.0
0.1.0
convert an input string to its Ogham equivalent
github.com/evanshortiss/ogham
evanshortiss/ogham
ogham
/
.travis.yml
16 lines
(12 loc)
•
158 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: node_js
before_install:
-
"npm install -g npm@5"
node_js:
-
"9"
-
"8"
-
"7"
-
"6"
-
"5"
-
"4"
after_success:
- npm run coveralls