Skip to content

Commit

Permalink
chore: Fix at Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed May 31, 2017
1 parent bd08376 commit 40da708
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ language: node_js
node_js:
- '7'
before_install:
- npm install -g npm
- openssl aes-256-cbc -K $encrypted_81d4cb85ffe2_key -iv $encrypted_81d4cb85ffe2_iv
-in deploy_rsa.enc -out deploy_rsa -d
addons:
ssh_known_hosts: 192.241.157.86
before_install:
- npm install -g npm
before_deploy:
- npm install -g pm2
- eval "$(ssh-agent -s)"
Expand Down

0 comments on commit 40da708

Please sign in to comment.