Skip to content

Commit 6326368

Browse files
committed
Use TiddlyWiki Prerelease
1 parent cabfad0 commit 6326368

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ branches:
99
- master
1010

1111
install:
12-
- npm install -g tiddlywiki
12+
- git clone --depth 1 https://github.com/Jermolene/TiddlyWiki5.git
13+
- cd TiddlyWiki5
14+
- npm link
15+
- cd ..
1316

1417
script:
1518
- tiddlywiki --verbose --build index

0 commit comments

Comments
 (0)