UNPKG
texturity.js
Version:
latest (0.4.0)
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
WebGL based library for drawing textures
github.com/Ni55aN/texturity.js
Ni55aN/texturity.js
texturity.js
/
.travis.yml
22 lines
(18 loc)
•
264 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language:
node_js
node_js:
-
8
before_script:
-
npm
install
script:
-
npm
run
build
cache:
directories:
-
"node_modules"
deploy:
provider:
releases
api_key:
$GITHUB_TOKEN
file_glob:
true
skip_cleanup:
true
file:
build/*
on:
tags:
true