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 22ee764 commit d734103Copy full SHA for d734103
.travis.yml
@@ -53,7 +53,7 @@ install:
53
- ./configure --with-php-config=$(phpenv which php-config) --enable-zephir_parser
54
- make -j"$(getconf _NPROCESSORS_ONLN)"
55
- make install
56
- - phpenv config-add ../zephir_parser.ini
+ - phpenv config-add zephir_parser.ini
57
58
before_install:
59
- if [[ ! -z "${GH_TOKEN}" ]]; then composer config github-oauth.github.com ${GH_TOKEN}; echo "Configured Github token"; fi;
0 commit comments