mirror of https://github.com/OpenKMIP/PyKMIP.git
Run travis.yml workflow
This commit is contained in:
parent
0b63de97ee
commit
111f1e5361
|
@ -0,0 +1,21 @@
|
|||
name: "Run Travis.yml"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run .travis.yml build script
|
||||
uses: ktomk/run-travis-yml@v1.8.1
|
||||
with:
|
||||
file: .travis.yml
|
||||
steps: |
|
||||
install
|
||||
script
|
||||
allow-failure: false
|
Loading…
Reference in New Issue