Skip to content

Commit

Permalink
Revert "Improve before_script in travis"
Browse files Browse the repository at this point in the history
This reverts commit 0bb191c.
  • Loading branch information
Bob Olde Hampsink committed Jan 29, 2016
1 parent 0bb191c commit 376d654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ matrix:
- php: hhvm

# execute any number of scripts before the test run, custom env's are available as variables
before_script:
install:
- curl -sS https://codeload.github.com/pixelandtonic/Craft-Release/zip/master > craft.zip
- unzip craft.zip
- rm craft.zip
- mv Craft-Release-master craft
- mkdir craft/config
- echo "<?php return ['user' => 'test'];" > craft/config/db.php
- mkdir craft/storage
- composer install
- cd craft/app
- composer require mockery/mockery
- cd ../..
Expand Down

0 comments on commit 376d654

Please sign in to comment.