UNPKG
@sapien/package-name
Version:
latest (0.0.0-beta.3)
0.0.0-beta.3
0.0.0-beta.2
The Missing AI / ML Library for JavaScript.
github.com/SapienML/template
SapienML/template
@sapien/package-name
/
.travis.yml
14 lines
(11 loc)
•
172 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
before_script:
- npm install - npm i -g typescript typings - typings install
node_js:
-
"6"
-
"8"
script:
- npm run test - npm run build