UNPKG
webworker-ng
Version:
latest (0.6.19)
0.6.19
0.6.17
0.6.16
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.3
0.6.2
0.6.1
The Web Worker implementation based on thread for Node.js
webworker-ng
/
.travis.yml
17 lines
(12 loc)
•
173 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: node_js
dist: trusty
sudo: required
node_js:
-
"8.0.0"
cache:
directories: - node_modules
# NPM packages
install:
- npm install
script:
- npm test