mirror of
https://github.com/openkmip/pykmip
synced 2026-01-04 09:33:37 +00:00
Run travis.yml workflow
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user