From 70c32ee1a97d0dbcec3529be4a8ac1d600077645 Mon Sep 17 00:00:00 2001 From: Carlos Madriz Date: Fri, 24 Sep 2021 16:01:10 -0300 Subject: [PATCH 1/6] mi primer commit creo --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3e9aa3b7..2d0b54f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ php: env: - DB=mysql - DB=pgsql + # optionally set up exclusions and allowed failures in the matrix matrix: From 830e84e46adca6c8435c88c2902fb44277e9818f Mon Sep 17 00:00:00 2001 From: Carlos Madriz Date: Fri, 24 Sep 2021 16:09:16 -0300 Subject: [PATCH 2/6] 2do commit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3515555..95946290 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ continuous integration with a PHP project. Here is a sample status icon showing the state of the master branch. -[![Build Status](https://travis-ci.org/travis-ci-examples/php.svg?branch=master)](https://travis-ci.org/travis-ci-examples/php) +[![Build Status](https://app.travis-ci.com/madrizcarlose/php-example.svg?branch=master)](https://travis-ci.org/travis-ci-examples/php) + In order to run this project just fork it on github.com and then [enable](http://about.travis-ci.org/docs/user/getting-started/) your fork on your [travis-ci profile](http://travis-ci.org/profile). Every push will then trigger a new build on Travis CI. From eaef119113f76b860bdb0abdd37eb0e7d70a9e8e Mon Sep 17 00:00:00 2001 From: Carlos Madriz Date: Fri, 24 Sep 2021 16:26:26 -0300 Subject: [PATCH 3/6] mi er commit --- .travis.yml | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2d0b54f6..9de26d7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,28 +3,18 @@ language: php # list any PHP version you want to test against php: - # using major version aliases - - # aliased to 5.2.17 - - 5.2 - # aliased to 5.3.29 - - 5.3 - # aliased to a recent 5.4.x version - - 5.4 - # aliased to a recent 5.5.x version - - 5.5 - # aliased to a recent 5.6.x version - - 5.6 - # aliased to a recent 7.x version - - 7.0 - # aliased to a recent hhvm version - - hhvm + - '5.4' + - '5.6' + - '7.0' + - hhvm # on Trusty only + - nightly + # optionally specify a list of environments, for example to test different RDBMS env: - DB=mysql - DB=pgsql - + # optionally set up exclusions and allowed failures in the matrix matrix: From acf1f7293fe40bbb9cd5814fe4a97fd038420d87 Mon Sep 17 00:00:00 2001 From: Carlos Madriz Date: Fri, 24 Sep 2021 16:33:12 -0300 Subject: [PATCH 4/6] 3er commit --- .travis.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9de26d7e..fbfb2d8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: php # list any PHP version you want to test against php: - - '5.4' - - '5.6' - '7.0' - hhvm # on Trusty only - nightly @@ -27,14 +25,14 @@ matrix: # execute any number of scripts before the test run, custom env's are available as variables before_script: - - if [[ "$DB" == "pgsql" ]]; then psql -c "DROP DATABASE IF EXISTS hello_world_test;" -U postgres; fi - - if [[ "$DB" == "pgsql" ]]; then psql -c "create database hello_world_test;" -U postgres; fi - - if [[ "$DB" == "mysql" ]]; then mysql -e "create database IF NOT EXISTS hello_world_test;" -uroot; fi + # - if [[ "$DB" == "pgsql" ]]; then psql -c "DROP DATABASE IF EXISTS hello_world_test;" -U postgres; fi + # - if [[ "$DB" == "pgsql" ]]; then psql -c "create database hello_world_test;" -U postgres; fi +# - if [[ "$DB" == "mysql" ]]; then mysql -e "create database IF NOT EXISTS hello_world_test;" -uroot; fi # omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use -script: phpunit --configuration phpunit_$DB.xml --coverage-text +# script: phpunit --configuration phpunit_$DB.xml --coverage-text # configure notifications (email, IRC, campfire etc) notifications: - irc: "irc.freenode.org#yourfavouriteroomfortravis" + # irc: "irc.freenode.org#yourfavouriteroomfortravis" From 6e3442a016e16130add648ffebc3ca681d493819 Mon Sep 17 00:00:00 2001 From: madrizcarlose <77582854+madrizcarlose@users.noreply.github.com> Date: Sun, 18 Feb 2024 13:05:31 -0300 Subject: [PATCH 5/6] TGH1-1 Create menu_inicial --- menu_inicial | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 menu_inicial diff --git a/menu_inicial b/menu_inicial new file mode 100644 index 00000000..3cba2e7c --- /dev/null +++ b/menu_inicial @@ -0,0 +1,2 @@ +primera linea del archivo +segunda linea del archivo From 8cc67775e085437e6b4abe2b0ee0c16156ecb293 Mon Sep 17 00:00:00 2001 From: madrizcarlose <77582854+madrizcarlose@users.noreply.github.com> Date: Sun, 18 Feb 2024 13:07:55 -0300 Subject: [PATCH 6/6] TGH1-1 Update menu_inicial --- menu_inicial | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menu_inicial b/menu_inicial index 3cba2e7c..ccfb2674 100644 --- a/menu_inicial +++ b/menu_inicial @@ -1,2 +1,3 @@ primera linea del archivo -segunda linea del archivo +segunda linea del archivo modificada +tercera linea del archivo