Emulate TRAVIS to trigger short path

This commit is contained in:
Sebastian Thiel
2020-04-12 15:42:30 +08:00
parent f3a4fa109f
commit 1b09b3a2ab

View File

@@ -10,6 +10,8 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
env:
TRAVIS: true # emulate CI, some code depends on it to do less work
steps:
- uses: actions/checkout@v2
- name: setup pyenv