UNPKG
@zenghawtin/graph2d
Version:
latest (1.1.14)
1.5.4
1.1.14
1.1.9
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
Javascript library for 2d geometry
@zenghawtin/graph2d
/
.travis.yml
15 lines
(9 loc)
•
159 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js
node_js:
- stable
install:
- npm install
script:
- npm run test
# Send coverage data to Coveralls
after_success: npm run coverage