Skip to content

Commit edd27c4

Browse files
committed
Change directory to /home/travis
1 parent 4c58668 commit edd27c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ 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 && cd ~/; 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; fi
1212
- echo "extension=ssh2.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
13+
- cd ~/
1314
- ssh-keygen -N '' -f ~/.ssh/id_rsa
1415
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
1516

0 commit comments

Comments
 (0)