Skip to content

Commit

Permalink
Add sshpass to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Feb 2, 2016
1 parent 67b1b82 commit 84f889e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js
addons:
apt:
packages:
- sshpass
install:
- npm install -g npm@3
- npm install
Expand Down

0 comments on commit 84f889e

Please sign in to comment.