We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00a50b commit 2e18f10Copy full SHA for 2e18f10
.travis.yml
@@ -64,7 +64,7 @@ jobs:
64
# Install re2c required by PHP8.3 and above
65
- wget https://github.com/skvadrik/re2c/releases/download/3.1/re2c-3.1.tar.xz
66
- tar -xf ./re2c-3.1.tar.xz
67
- - cd re2c-3.1 && ./configure && make && sudo make install
+ - .re2c-3.1/configure && make && sudo make install
68
- |
69
if ! command -v phpenv; then
70
pushd $HOME
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
0 commit comments