Skip to content

Commit

Permalink
Correct Travis CI build [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Nov 13, 2018
1 parent 9a0051b commit 63aa5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ before_install:
- export PHP_MINOR="$(php -r 'echo phpversion();' | cut -d '.' -f 2)"
- export PHP_VERNUM="$(php-config --vernum)"
- ulimit -c unlimited -S
- phpenv config-add ./ci/999-default.ini
- phpenv config-add .ci/999-default.ini

install:
- .ci/install-zephir-parser.sh
Expand Down

0 comments on commit 63aa5f6

Please sign in to comment.