Run travis.yml workflow

This commit is contained in:
justin-h-loi 2023-07-31 17:43:05 -04:00 committed by arp102
parent 0b63de97ee
commit 111f1e5361
1 changed files with 21 additions and 0 deletions

21
.github/workflows/run_travis.yml vendored Normal file
View 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