1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-30 04:39:01 +01:00
parallel/Vagrantfile

9 lines
218 B
Ruby
Raw Normal View History

2015-08-03 03:48:29 +02:00
Vagrant.configure(2) do |config|
config.vm.box = "coderstephen/php-dev"
config.vm.provision "shell", inline: <<-SHELL
newphp 56 zts
sudo pickle install -n --ini=/etc/php56/php-cli.ini pthreads
SHELL
end