We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e82ea commit 2d2595eCopy full SHA for 2d2595e
.travis.yml
@@ -0,0 +1,20 @@
1
+language: node_js
2
+
3
+node_js:
4
+ - "6"
5
6
+branches:
7
+ only:
8
+ - master
9
10
+cache:
11
+ - directories:
12
+ - node_modules
13
14
+install:
15
+ - npm install
16
17
+script: npm test
18
19
+notifications:
20
+ email: false
README.md
@@ -1,5 +1,7 @@
## vmath
+[](https://travis-ci.org/gamedev-js/vmath)
Yet another gl-matrix but smaller (without SIMD) and faster (use Hidden class instead of Float32Array).
## Why?
0 commit comments