mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
16 lines
198 B
YAML
16 lines
198 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "0.8"
|
|
- "0.10"
|
|
- "0.12"
|
|
- "4"
|
|
- "6"
|
|
|
|
before_install:
|
|
- travis_retry npm install -g npm@2.14.5
|
|
- travis_retry npm install
|
|
|
|
script:
|
|
- npm test
|