Skip to content

Commit b8cfdb8

Browse files
authored
Merge pull request #2 from talha131/setup-travis
Use TiddlyWiki Prerelease
2 parents b6726fe + 6326368 commit b8cfdb8

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)