Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-kabala committed Feb 9, 2017
1 parent 58da14e commit 8ad04b8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: php

php:
- 5.4
node_js:
- 3

services:
- mongodb
Expand All @@ -15,15 +13,14 @@ before_install:
- echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
- sudo apt-get update
- sudo apt-get install mongodb-org-server
- npm install -g xgettext-template

before_script:
- phpenv config-add travis/php.ini
- git clone -q --depth=1 https://github.com/phalcon/cphalcon.git -b phalcon-v1.3.4
- (cd cphalcon/ext; export CFLAGS="-g3 -O1 -fno-delete-null-pointer-checks -Wall"; phpize && ./configure --enable-phalcon && make -j4 && sudo make install && phpenv config-add ../unit-tests/ci/phalcon.ini)
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev

script:
- cp tests/config.sample.php tests/config.php
- mkdir -p tests/fixtures/cache
Expand All @@ -32,4 +29,4 @@ script:
- php vendor/bin/phpunit -c travis/phpunit.xml.dist

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/coveralls -v

0 comments on commit 8ad04b8

Please sign in to comment.