UNPKG
is-float-array
Version:
latest (1.0.0)
1.0.0
Check if an array can store floats
github.com/dy/is-float-array
dy/is-float-array
is-float-array
/
.travis.yml
12 lines
(11 loc)
•
150 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
sudo:
false
language:
node_js
node_js:
-
'node'
-
'6'
-
'5'
-
'4'
matrix:
fast_finish:
true
allow_failures: - node_js:
"4"