Commit b397763e51de1d48b22cbe25b49373fcdf1aaedd

Authored by Antonio Terceiro
1 parent eeb66bd4

ci: install shunit2

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
cookbooks/ci/recipes/spb.rb
... ... @@ -10,6 +10,7 @@ package 'virtualbox'
10 10  
11 11 package 'vagrant'
12 12 package 'rake'
  13 +package 'shunit2'
13 14  
14 15 # FIXME not in the archive yet
15 16 # package 'chake'
... ...