UNPKG
theorem.js
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
0.1.0
0.0.2
0.0.1
A Math library for computation in JavaScript
github.com/arguiot/TheoremJS
arguiot/TheoremJS
theorem.js
/
.travis.yml
19 lines
(14 loc)
•
216 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language:
node_js
node_js:
-
"lts/*"
-
"8"
env:
- ENV=CI
before_install:
- npm install -g npm@latest
install:
- npm install
script:
- npm run test
notifications:
email:
false