Skip to content

Commit

Permalink
Adds Magento 1.9.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Berger authored and cmuench committed Mar 5, 2018
1 parent 7023646 commit ccfbf25
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ env:
- MAGENTO_VERSION="magento-mirror-1.9.3.4" INSTALL_SAMPLE_DATA=no
- MAGENTO_VERSION="magento-mirror-1.9.3.6" INSTALL_SAMPLE_DATA=no
- MAGENTO_VERSION="magento-mirror-1.9.3.7" INSTALL_SAMPLE_DATA=no
- MAGENTO_VERSION="magento-mirror-1.9.3.8" INSTALL_SAMPLE_DATA=no

matrix:
fast_finish: true
Expand Down Expand Up @@ -97,6 +98,8 @@ matrix:
env: MAGENTO_VERSION="magento-mirror-1.9.3.6" DB=mysql INSTALL_SAMPLE_DATA=no
- php: 5.6
env: MAGENTO_VERSION="magento-mirror-1.9.3.7" DB=mysql INSTALL_SAMPLE_DATA=no
- php: 5.6
env: MAGENTO_VERSION="magento-mirror-1.9.3.8" DB=mysql INSTALL_SAMPLE_DATA=no
- php: 7.0
env: MAGENTO_VERSION="magento-mirror-1.9.2.4" DB=mysql INSTALL_SAMPLE_DATA=no
- php: 7.0
Expand All @@ -111,6 +114,8 @@ matrix:
env: MAGENTO_VERSION="magento-mirror-1.9.3.6" DB=mysql INSTALL_SAMPLE_DATA=no
- php: 7.0
env: MAGENTO_VERSION="magento-mirror-1.9.3.7" DB=mysql INSTALL_SAMPLE_DATA=no
- php: 7.0
env: MAGENTO_VERSION="magento-mirror-1.9.3.8" DB=mysql INSTALL_SAMPLE_DATA=no
- php: 7.1
env: MAGENTO_VERSION="magento-mirror-1.9.3.1" DB=mysql INSTALL_SAMPLE_DATA=no
- php: 7.1
Expand All @@ -121,6 +126,8 @@ matrix:
env: MAGENTO_VERSION="magento-mirror-1.9.3.6" DB=mysql INSTALL_SAMPLE_DATA=no
- php: 7.1
env: MAGENTO_VERSION="magento-mirror-1.9.3.7" DB=mysql INSTALL_SAMPLE_DATA=no
- php: 7.1
env: MAGENTO_VERSION="magento-mirror-1.9.3.8" DB=mysql INSTALL_SAMPLE_DATA=no

before_install:
- phpenv config-rm xdebug.ini
Expand Down
8 changes: 8 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,14 @@ commands:

N98\Magento\Command\Installer\InstallCommand:
magento-packages:
- name: magento-mirror-1.9.3.8
version: 1.9.3.8
dist:
url: https://github.com/OpenMage/magento-mirror/archive/1.9.3.8.zip
type: zip
shasum: 1d23757eb2314a5979bbe8222840d27303c51a9c
extra:
sample-data: sample-data-1.9.2.4
- name: magento-mirror-1.9.3.7
version: 1.9.3.7
dist:
Expand Down
4 changes: 2 additions & 2 deletions src/N98/Magento/Command/Installer/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ protected function configure()
* Starts Magento installer
* Sets rewrite base in .htaccess file
Example of an unattended Magento CE/ Open Source 1.9.3.7 installation:
Example of an unattended Magento CE/ Open Source 1.9.3.8 installation:
$ n98-magerun.phar install --dbHost="localhost" --dbUser="mydbuser" \
--dbPass="mysecret" --dbName="magentodb" --installSampleData=yes \
--useDefaultConfigParams=yes \
--magentoVersionByName="magento-mirror-1.9.3.7" \
--magentoVersionByName="magento-mirror-1.9.3.8" \
--installationFolder="magento" --baseUrl="http://magento.localdomain/"
(Magento is only freely available via Github with Magerun, it uses the best
Expand Down

0 comments on commit ccfbf25

Please sign in to comment.