We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b97b6 commit f907a23Copy full SHA for f907a23
.travis.yml
@@ -1,6 +1,7 @@
1
language: vba
2
install:
3
- composer install
4
+ - cp -r vendor/beakerboy/vba_tokenizer/src/Standards/VBA vendor/squizlabs/php_codesniffer/src/Standards/
5
script:
6
- vendor/bin/phpcs --extensions=cls/vba,bas/vba --standard=VBA $TRAVIS_BUILD_DIR/src
7
after_success:
0 commit comments