mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-28 08:24:04 +02:00
Run travis.yml workflow
This commit is contained in:
parent
0b63de97ee
commit
111f1e5361
21
.github/workflows/run_travis.yml
vendored
Normal file
21
.github/workflows/run_travis.yml
vendored
Normal file
@ -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…
x
Reference in New Issue
Block a user