Skip to content

Commit d734103

Browse files
committed
Fixed trvis build
1 parent 22ee764 commit d734103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install:
5353
- ./configure --with-php-config=$(phpenv which php-config) --enable-zephir_parser
5454
- make -j"$(getconf _NPROCESSORS_ONLN)"
5555
- make install
56-
- phpenv config-add ../zephir_parser.ini
56+
- phpenv config-add zephir_parser.ini
5757

5858
before_install:
5959
- if [[ ! -z "${GH_TOKEN}" ]]; then composer config github-oauth.github.com ${GH_TOKEN}; echo "Configured Github token"; fi;

0 commit comments

Comments
 (0)