UNPKG
noblox.js-proxied
Version:
latest (4.8.5)
4.8.5
A Node.js wrapper for Roblox. (original from sentanos)
github.com/noblox/noblox.js
noblox/noblox.js
noblox.js-proxied
/
.travis.yml
14 lines
(10 loc)
•
131 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
node_js:
-
"12"
before_install:
- yarn install
script:
- yarn lint
branches:
except: - jest-tests