mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
15 lines
198 B
YAML
15 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
|