File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11language : vba
22install :
33 - composer install
4- - sudo apt-get install -qq mono-complete python3
4+ - sudo apt-get install -qq mono-complete
5+ - sudo apt-get install -qq python3
56 - git clone https://github.com/Beakerboy/Excel-Addin-Generator.git
67script :
78 - vendor/bin/phpcs --extensions=cls/vba,bas/vba --standard=vendor/beakerboy/vba_tokenizer/src/Standards/VBA $TRAVIS_BUILD_DIR/src
@@ -12,7 +13,7 @@ after_success:
1213 - mkdir $TRAVIS_BUILD_DIR/.ND_Config
1314 - cp .nd_project.txt $TRAVIS_BUILD_DIR/.ND_Config/Project.txt
1415 - mono /tmp/Natural\ Docs/NaturalDocs.exe $TRAVIS_BUILD_DIR/.ND_Config
15- - python Excel-Addin-Generator/excelAddinGenerator/main.py $TRAVIS_BUILD_DIR/bin/vbaProject.bin SQLlib.xlam
16+ - python3 Excel-Addin-Generator/excelAddinGenerator/main.py $TRAVIS_BUILD_DIR/bin/vbaProject.bin SQLlib.xlam
1617deploy :
1718 - provider : pages
1819 skip_cleanup : true
You can’t perform that action at this time.
0 commit comments