Skip to content

Commit

Permalink
Trying to fix travis tests
Browse files Browse the repository at this point in the history
unable to fetch n98-magerun due to ssl error
  • Loading branch information
madalinoprea committed Mar 30, 2017
1 parent 6f42d1e commit 547ef47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:
- modman --version

# install n98-magerun
- wget https://files.magerun.net/n98-magerun.phar
- wget --no-check-certificate https://files.magerun.net/n98-magerun.phar
- chmod +x n98-magerun.phar
- ./n98-magerun.phar --version

Expand Down

0 comments on commit 547ef47

Please sign in to comment.