Skip to content

Instantly share code, notes, and snippets.

@baldurrensch
Created January 31, 2014 19:47
Show Gist options
  • Select an option

  • Save baldurrensch/8741568 to your computer and use it in GitHub Desktop.

Select an option

Save baldurrensch/8741568 to your computer and use it in GitHub Desktop.

Revisions

  1. baldurrensch created this gist Jan 31, 2014.
    6 changes: 6 additions & 0 deletions setup_new_bundle.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    cp ../Common/composer.json .
    mkdir -p Tests/
    cp ../Common/Tests/bootstrap.php Tests/
    cp ../Common/.gitignore .
    cp ../Common/phpunit.xml.dist .
    cp ../Common/.travis.yml .