Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
removed vagrant support
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Mainardi committed Feb 15, 2015
1 parent 50f1d57 commit ca3d3ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
/bin
drocker
drocker.phar
/data
fig.yml
src/github-repos
vendor
composer.lock
tmp
.vagrant
Vagrantfile
2 changes: 1 addition & 1 deletion php-src/DrockerRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class DrockerRunner extends \Robo\Runner {
use \Robo\Output;
const ROBOFILE = 'DrockerRoboFile.php';
const VERSION = '0.1.8';
const VERSION = '0.1.9';
protected function loadRoboFile()
{
$base_path = realpath(__DIR__ . '/../');
Expand Down
2 changes: 1 addition & 1 deletion src
Submodule src updated from eea08a to 94b9e4

0 comments on commit ca3d3ab

Please sign in to comment.