UNPKG
unmind-athena-client
Version:
latest (1.1.1)
2.5.2
2.5.1
1.1.1
1.1.0
a nodejs simple aws athena client
github.com/abrahamunmind/unmind-athena
abrahamunmind/unmind-athena
unmind-athena-client
/
.travis.yml
11 lines
•
135 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
language:
node_js
node_js:
-
'12'
-
'11'
-
'10'
-
'9'
-
'8'
-
'7'
-
'6'
script:
'make test'
after_success:
'make coveralls; make clean'