Skip to content

Commit 2e18f10

Browse files
committed
8.3 nightly
1 parent e00a50b commit 2e18f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Install re2c required by PHP8.3 and above
6565
- wget https://github.com/skvadrik/re2c/releases/download/3.1/re2c-3.1.tar.xz
6666
- tar -xf ./re2c-3.1.tar.xz
67-
- cd re2c-3.1 && ./configure && make && sudo make install
67+
- .re2c-3.1/configure && make && sudo make install
6868
- |
6969
if ! command -v phpenv; then
7070
pushd $HOME
@@ -91,7 +91,7 @@ jobs:
9191
# Install re2c required by PHP8.3 and above
9292
- wget https://github.com/skvadrik/re2c/releases/download/3.1/re2c-3.1.tar.xz
9393
- tar -xf ./re2c-3.1.tar.xz
94-
- cd re2c-3.1 && ./configure && make && sudo make install
94+
- .re2c-3.1/configure && make && sudo make install
9595
- |
9696
if ! command -v phpenv; then
9797
pushd $HOME

0 commit comments

Comments
 (0)