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 6336834 commit 4ab619dCopy full SHA for 4ab619d
.travis.yml
@@ -13,7 +13,7 @@ after_success:
13
- mkdir $TRAVIS_BUILD_DIR/.ND_Config
14
- cp .nd_project.txt $TRAVIS_BUILD_DIR/.ND_Config/Project.txt
15
- mono /tmp/Natural\ Docs/NaturalDocs.exe $TRAVIS_BUILD_DIR/.ND_Config
16
- - python3 Excel-Addin-Generator/excelAddinGenerator/main.py $TRAVIS_BUILD_DIR/bin/vbaProject.bin SQLlib.xlam
+ - python3.5 Excel-Addin-Generator/excelAddinGenerator/main.py $TRAVIS_BUILD_DIR/bin/vbaProject.bin SQLlib.xlam
17
deploy:
18
- provider: pages
19
skip_cleanup: true
0 commit comments