mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
12 lines
150 B
YAML
12 lines
150 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "4.0"
|
|
- "4.1"
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run travis-build
|