Skip to content

Commit

Permalink
🐛 Fix bad path in symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinroger committed Apr 12, 2017
1 parent 381ef51 commit 09951c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ node_js:
script:
- npm run build
- cd dist
- ln -s node_modules dist/node_modules
- ln -s ../node_modules node_modules
- npm test

0 comments on commit 09951c1

Please sign in to comment.