Skip to content

Commit bc28764

Browse files
feat: Show hidden point locations both 2d and 3d with tests
Add travis support Bump version number
1 parent 21e9918 commit bc28764

File tree

4 files changed

+477
-218
lines changed

4 files changed

+477
-218
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
node_js:
3+
- '6'
4+
- '8'
5+
- '10'
6+
cache:
7+
directories:
8+
- node_modules
9+
install:
10+
- npm install
11+
script:
12+
- npm run test
13+
sudo: false

0 commit comments

Comments
 (0)