Skip to content

Commit

Permalink
Adding shshpass to prod and a proper env.json file since it only cont…
Browse files Browse the repository at this point in the history
…ains api endpoints
  • Loading branch information
thehoneymad committed Mar 27, 2017
1 parent d9b9d09 commit 2e56d53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ language: node_js
node_js:
- '6.9.5'

addons:
apt:
packages:
- sshpass

before_script:
- export NODE_ENV=prod
- npm install -g karma
Expand Down
File renamed without changes.

0 comments on commit 2e56d53

Please sign in to comment.