Skip to content

Commit 13e1c0e

Browse files
committed
do link before install
1 parent 6c32646 commit 13e1c0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ script: npm run travis
1212
env:
1313
- NO_WATCH_TESTS=1
1414

15-
before_script:
15+
install:
1616
- npm link ../webpack --force
17+
- npm install
1718

1819
after_success:
1920
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose

0 commit comments

Comments
 (0)