Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtrooper committed Jun 8, 2018
0 parents commit 987a44e
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
service_name: travis-ci
coverage_clover: logs/clover.xml
json_path: logs/coveralls-upload.json
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language: php
php:
- 7.2

mysql:
database: recipes_book
username: root
encoding: utf8


install:
- mysql -e "source db.sql"
# Install coveralls.phar
- wget -c -nc --retry-connrefused --tries=0 https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar -O coveralls.phar
- chmod +x coveralls.phar
- php coveralls.phar --version

before_script:
- mkdir logs

script:
- phpunit

after_success:
# Submit coverage report to Coveralls servers, see .coveralls.yml
- travis_retry php coveralls.phar -v
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This project have been moved out the hands of Micro$oft
=======================================================

[Upgrade from Windows : Free Software Fundation](https://www.fsf.org/windows)

The new location of repository is in: [https://gitlab.com/tres-14159/recipes_book](https://gitlab.com/tres-14159/recipes_book)


![](https://raw.githubusercontent.com/mdtrooper/recipes_book/master/win_infographic_final.png)
Binary file added win_infographic_final.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 987a44e

Please sign in to comment.