Skip to content

Commit 064d338

Browse files
committed
Continuous integration with Travis
1 parent 015aa6c commit 064d338

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ matrix:
1111
- php: nightly
1212
fast_finish: true
1313
addons:
14-
- ssh_know_hosts:
14+
- ssh_know_hosts:
1515
- "$ssh_host"
1616
apt:
1717
packages:
1818
- sshpass
1919
before_install:
20-
- openssl aes-256-cbc -K $encrypted_bbba74f7c321_key -iv $encrypted_bbba74f7c321_iv
20+
- openssl aes-256-cbc -K $encrypted_d3ab20633711_key -iv $encrypted_d3ab20633711_iv
2121
-in deploy_rsa.enc -out deploy_rsa -d
2222
- sudo apt-get install sshpass
2323
install:
24-
- echo -e "Install"
24+
- echo -e "Install"
2525
script: phpunit --version
2626
after_success:
2727
- eval "$(ssh-agent -s)"
@@ -32,7 +32,7 @@ deploy:
3232
- provider: script
3333
script: sshpass -p '$ssh_user_pass' ssh $ssh_user@$ssh_host "sh $path_script_deploy_portal_master"
3434
skip_cleanup: true
35-
on:
35+
on:
3636
branch: master
3737
cache:
3838
directories:

deploy_rsa.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)