Merge pull request #1250 from DundarGoc/test

Fixed wrong path to script in the travis file.
This commit is contained in:
Orazio 2021-02-14 09:49:06 +01:00 committed by GitHub
commit 58af83b882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
name: "Shellcheck lint"
dist: linux
script:
- shellcheck autoinstall/install.sh
- shellcheck auto_install/install.sh
- find scripts/ -type f -exec shellcheck {} \;
- stage: test