The repo works great with Tiddlywiki 5.1.21 but it seems the .ytravis.yml should be revised to be able to work with prerelease.
I changed the before_install as below
before_install:
- git clone --depth 1 https://github.com/Jermolene/TiddlyWiki5.git
- cd TiddlyWiki5
- npm link
- cd ..
but it fails on the next part
script:
- mkdir -p node_modules/tiddlywiki/plugins/published/
- cp -r plugins/* node_modules/tiddlywiki/plugins/published
- ./node_modules/.bin/tiddlywiki . --output output/library --build library
- ./node_modules/.bin/tiddlywiki . --output output --build gui
travis issues an error on build seems it cannot find the folders above.
The repo works great with Tiddlywiki 5.1.21 but it seems the .ytravis.yml should be revised to be able to work with prerelease.
I changed the before_install as below
but it fails on the next part
travis issues an error on build seems it cannot find the folders above.