Skip to content

Commit 4c58668

Browse files
committed
Add going back to /home/travis folder
1 parent 5887335 commit 4c58668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88
before_script:
99
- lsb_release -a
1010
- sudo apt-get update && sudo apt-get install libssh2-1 libssh2-1-dev -y
11-
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]; then cd /tmp && git clone https://git.php.net/repository/pecl/networking/ssh2.git && cd /tmp/ssh2 && phpize && ./configure && make && make install; fi
11+
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]; then cd /tmp && git clone https://git.php.net/repository/pecl/networking/ssh2.git && cd /tmp/ssh2 && phpize && ./configure && make && make install && cd ~/; fi
1212
- echo "extension=ssh2.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1313
- ssh-keygen -N '' -f ~/.ssh/id_rsa
1414
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys

0 commit comments

Comments
 (0)