UNPKG
hds-api
Version:
latest (0.0.1)
0.0.1
HTTP API to interact with hds
github.com/cheminfo/hds-api
cheminfo/hds-api
hds-api
/
.travis.yml
11 lines
(10 loc)
•
149 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
-
"4"
-
"stable"
services:
- mongodb -port 27119
before_script:
- sleep 15 - node test/import.js
sudo: required