UNPKG
between.js
Version:
latest (0.1.2-fix.2)
0.1.2
0.1.2-fix.2
0.1.1
0.1.0
0.0.1-alpha.1
Lightweight ES6 JavaScript tweening engine
github.com/sasha240100/between.js
sasha240100/between.js
between.js
/
.travis.yml
21 lines
(16 loc)
•
271 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
language:
node_js
node_js:
-
"8"
before_script:
-
npm
run
build
-
cp
-a
./build/
./examples/build/
script:
-
npm
test
after_success:
-
npm
run
coverage
deploy:
provider:
surge
project:
./examples/
domain:
betweenjs.js.org
on:
all_branches:
true