Skip to content

Commit

Permalink
Merge pull request #3 from gabel/phalcon-3-update
Browse files Browse the repository at this point in the history
Raised PHP7 cphalcon branch to the official final LTS 3.0.x
  • Loading branch information
virgofx authored Aug 3, 2016
2 parents a82c0f9 + 3d0327f commit a25d46d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ build:
override:
- composer install --prefer-source --no-interaction
after:
- bin/install-phalcon.sh 2.1.x
- php -r "echo \Phalcon\Version::get();"
- bin/install-phalcon.sh 3.0.x
- php -r "echo \Phalcon\Version::get();"
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ cache:

before_install:
- composer install --prefer-source --no-interaction
- bin/install-phalcon.sh 2.1.x
- bin/install-phalcon.sh 3.0.x

script:
- php -r "echo \Phalcon\Version::get();"
- vendor/bin/phpunit

notifications:
email: false
email: false
4 changes: 2 additions & 2 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ build:
ci:
- php --version
- composer install --prefer-source --no-interaction
- bin/install-phalcon.sh 2.1.x
- bin/install-phalcon.sh 3.0.x
- php -r "echo \Phalcon\Version::get();"
- vendor/bin/phpunit
- vendor/bin/phpunit

0 comments on commit a25d46d

Please sign in to comment.