9 lines
106 B
YAML
9 lines
106 B
YAML
language: node_js
|
|
node_js:
|
|
- '0.12'
|
|
- '5.5'
|
|
script: 'make test-travis'
|
|
branches:
|
|
only:
|
|
- master
|