mirror of
https://github.com/openkmip/pykmip
synced 2025-12-29 06:33:26 +00:00
21 lines
457 B
YAML
21 lines
457 B
YAML
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 |