Skip to content

Commit fa2ffb3

Browse files
committed
moved npm link to before_script
1 parent 674a9b1 commit fa2ffb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ env:
1313

1414
before_install:
1515
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
16+
17+
before_script:
1618
- npm link
1719
- npm link webpack
1820

0 commit comments

Comments
 (0)