Skip to content

Commit 5b0b1e0

Browse files
authored
Update .travis.yml
1 parent 6f34b63 commit 5b0b1e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ language: vba
22
install:
33
- composer install
44
- git clone https://github.com/Beakerboy/VBA_Tokenizer.git
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/
5+
- cd vendor
6+
- find
7+
# - cp -r VBA_Tokenizer/src/Standards/VBA/ vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
8+
# - cp VBA_Tokenizer/src/Tokenizers/VBA.php vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
79
before_script:
810
- cd $TRAVIS_BUILD_DIR
911
- sudo apt-get install -qq mono-complete

0 commit comments

Comments
 (0)