Skip to content
Snippets Groups Projects
Verified Commit fcb2308c authored by David Beniamine's avatar David Beniamine
Browse files

Do not check configuration.pl

parent dee7ff85
No related branches found
No related tags found
No related merge requests found
Pipeline #127 passed
......@@ -6,4 +6,4 @@ before_script:
syntax:
stage: test
script:
- perl -c src/tetras-back && perl -c src/configuration.pl && for f in src/www/*.php; do php -l $f; done
- perl -c src/tetras-back && for f in src/www/*.php; do php -l $f; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment