Skip to content

Commit 85f5ecd

Browse files
committed
Include npm link commands in travis build process.
1 parent 0c6116b commit 85f5ecd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ sudo: false
66
script:
77
- components/bin/version
88
- npm install
9-
- npm run compile
10-
- npm run make-components
9+
- npm link
10+
- npm link mathjax-full
11+
- npm run -s compile
12+
- npm run -s make-components
1113
branches:
1214
only:
1315
- "/^\\d+\\.\\d+/"

0 commit comments

Comments
 (0)