UNPKG
typify
Version:
latest (0.2.10)
0.2.10
0.2.9
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.1
0.2.0
0.1.1
0.1.0
Runtime type-checking for JavaScript.
github.com/phadej/typify
phadej/typify
typify
/
.travis.yml
20 lines
(15 loc)
•
219 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
sudo: false
language: node_js
node_js:
-
"11"
-
"10"
-
"8"
-
"8.10"
# bionic
# Timeouts?
# - "6"
# eslint doesn't support node 4 anymore?
# - "4"
# - "4.2" # xenial
branches:
only: - master