Skip to content

Commit d8cf18a

Browse files
authored
Update .travis.yml
1 parent 230eeb4 commit d8cf18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: vba
22
install:
33
- composer install
44
- git clone https://github.com/Beakerboy/VBA_Tokenizer.git
5-
- cd vendor
6-
- find
5+
- cp -r VBA_Tokenizer/src/Standards/VBA/ vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
6+
- cp VBA_Tokenizer/src/Tokenizers/VBA.php vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
77
before_script:
88
- cd $TRAVIS_BUILD_DIR
99
- sudo apt-get install -qq mono-complete

0 commit comments

Comments
 (0)