Skip to content

Commit

Permalink
Using install-nosudo to install Zephir
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutierrez committed Jul 15, 2015
1 parent 49edd58 commit 59483d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ before_script:
- git submodule --quiet update --init --recursive
- (cd php-tests/library/Mustache; git checkout master)
- (cd php-tests/library/Twig; git checkout master)
- (cd vendor/phalcon/zephir; ./unit-tests/ci/before_install.sh; ./install)
- (cd vendor/phalcon/zephir; ./unit-tests/ci/before_install.sh; ./install-nosudo)
- export PATH=$PATH:~/bin
- ./vendor/bin/zephir generate
- (cd ext; export CFLAGS="-g3 -O1 -std=gnu90 -Wall -DZEPHIR_RELEASE=1"; phpize && ./configure --enable-phalcon && make --silent -j4 && make --silent install && phpenv config-add ../unit-tests/ci/phalcon.ini)
- ulimit -c unlimited || true
Expand Down

0 comments on commit 59483d5

Please sign in to comment.