Skip to content

Commit e8e6919

Browse files
committed
testing asdf
1 parent a8dea18 commit e8e6919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/install-pear

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
set send_slow {1 .1}
44
set timeout -1
55

6-
spawn ./bin/php go-pear.phar
6+
spawn /home/travis/.asdf/installs/php/$env(VERSION)/bin/php go-pear.phar
77

88
expect -re "1-\[0-9]+, 'all' or Enter to continue:"
99
sleep .1
1010
send -s -- "1\r"
1111

1212
expect -re "Installation base (.*):"
13-
send -s -- "$env(HOME)/.phpenv/versions/$env(VERSION)\r"
13+
send -s -- "$env(HOME)/.asdf/installs/php/$env(VERSION)\r"
1414

1515
expect -re "1-\[0-9]+, 'all' or Enter to continue:"
1616
sleep .1

0 commit comments

Comments
 (0)