mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 14:13:48 +00:00
Initial pass
This commit is contained in:
commit
39c08a0eaa
7242 changed files with 1886006 additions and 0 deletions
11
node_modules/sshpk/.travis.yml
generated
vendored
Normal file
11
node_modules/sshpk/.travis.yml
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "5.10"
|
||||
- "4.4"
|
||||
- "4.1"
|
||||
- "0.12"
|
||||
- "0.10"
|
||||
before_install:
|
||||
- "make check"
|
||||
after_success:
|
||||
- '[ "${TRAVIS_NODE_VERSION}" = "4.4" ] && make codecovio'
|
Loading…
Add table
Add a link
Reference in a new issue