Skip to content

Commit

Permalink
Ensure local bin is available globally.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jun 25, 2017
1 parent dbe2518 commit 3d53c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,6 +15,6 @@ before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- make examples-remoteaccess examples-blueocean
- npm link && make examples-remoteaccess examples-blueocean
after_success:
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls

0 comments on commit 3d53c36

Please sign in to comment.