test/create_all.sh in ebfly-0.1.5 vs test/create_all.sh in ebfly-0.1.6
- old
+ new
@@ -1,8 +1,8 @@
#!/bin/bash
-./bin/ebfly app create ebfly-test
+bundle exec ./bin/ebfly app create ebfly-test
-for ss in docker09 docker10 nodejs php54 php55 python26 python27 ruby19 ruby20 ruby20-puma
+for ss in docker09 docker10 docker13 nodejs php54 php55 python26 python27 ruby19 ruby20 ruby20-puma ruby21 ruby21-puma
do
- ./bin/ebfly env create $ss -s $ss -a ebfly-test
+ bundle exec ./bin/ebfly env create $ss -s $ss -a ebfly-test
done