@@ -14,47 +14,47 @@ machine:
1414dependencies :
1515 override :
1616 # Ruby 2.3.1
17- - cd logging ; rvm-exec 2.3.1 bundle install; cd ..
18- - cd bigquery ; rvm-exec 2.3.1 bundle install; cd ..
19- - cd datastore; rvm-exec 2.3.1 bundle install; cd ..
20- - cd language ; rvm-exec 2.3.1 bundle install; cd ..
21- - cd pubsub ; rvm-exec 2.3.1 bundle install; cd ..
22- - cd speech ; rvm-exec 2.3.1 bundle install; cd ..
23- - cd storage ; rvm-exec 2.3.1 bundle install; cd ..
24- - cd translate; rvm-exec 2.3.1 bundle install; cd ..
25- - cd vision ; rvm-exec 2.3.1 bundle install; cd ..
17+ - cd logging && rvm-exec 2.3.1 bundle install && cd ..
18+ - cd bigquery && rvm-exec 2.3.1 bundle install && cd ..
19+ - cd datastore && rvm-exec 2.3.1 bundle install && cd ..
20+ - cd language && rvm-exec 2.3.1 bundle install && cd ..
21+ - cd pubsub && rvm-exec 2.3.1 bundle install && cd ..
22+ - cd speech && rvm-exec 2.3.1 bundle install && cd ..
23+ - cd storage && rvm-exec 2.3.1 bundle install && cd ..
24+ - cd translate && rvm-exec 2.3.1 bundle install && cd ..
25+ - cd vision && rvm-exec 2.3.1 bundle install && cd ..
2626 # Ruby 2.2.5
27- - cd logging ; rvm-exec 2.2.5 bundle install; cd ..
28- - cd bigquery ; rvm-exec 2.2.5 bundle install; cd ..
29- - cd datastore; rvm-exec 2.2.5 bundle install; cd ..
30- - cd language ; rvm-exec 2.2.5 bundle install; cd ..
31- - cd pubsub ; rvm-exec 2.2.5 bundle install; cd ..
32- - cd speech ; rvm-exec 2.2.5 bundle install; cd ..
33- - cd storage ; rvm-exec 2.2.5 bundle install; cd ..
34- - cd translate; rvm-exec 2.2.5 bundle install; cd ..
35- - cd vision ; rvm-exec 2.2.5 bundle install; cd ..
27+ - cd logging && rvm-exec 2.2.5 bundle install && cd ..
28+ - cd bigquery && rvm-exec 2.2.5 bundle install && cd ..
29+ - cd datastore && rvm-exec 2.2.5 bundle install && cd ..
30+ - cd language && rvm-exec 2.2.5 bundle install && cd ..
31+ - cd pubsub && rvm-exec 2.2.5 bundle install && cd ..
32+ - cd speech && rvm-exec 2.2.5 bundle install && cd ..
33+ - cd storage && rvm-exec 2.2.5 bundle install && cd ..
34+ - cd translate && rvm-exec 2.2.5 bundle install && cd ..
35+ - cd vision && rvm-exec 2.2.5 bundle install && cd ..
3636
3737# Test
3838test :
3939 override :
4040 # Ruby 2.3.1
41- - cd logging ; rvm-exec 2.3.1 bundle exec rspec; cd ..
42- - cd bigquery ; rvm-exec 2.3.1 bundle exec rspec; cd ..
43- - cd datastore; rvm-exec 2.3.1 bundle exec rspec; cd ..
44- - cd language ; rvm-exec 2.3.1 bundle exec rspec; cd ..
45- - cd pubsub ; rvm-exec 2.3.1 bundle exec rspec; cd ..
46- - cd speech ; rvm-exec 2.3.1 bundle exec rspec; cd ..
47- - cd storage ; rvm-exec 2.3.1 bundle exec rspec; cd ..
48- - cd translate; rvm-exec 2.3.1 bundle exec rspec; cd ..
49- - cd vision ; rvm-exec 2.3.1 bundle exec rspec; cd ..
41+ - cd logging && rvm-exec 2.3.1 bundle exec rspec && cd ..
42+ - cd bigquery && rvm-exec 2.3.1 bundle exec rspec && cd ..
43+ - cd datastore && rvm-exec 2.3.1 bundle exec rspec && cd ..
44+ - cd language && rvm-exec 2.3.1 bundle exec rspec && cd ..
45+ - cd pubsub && rvm-exec 2.3.1 bundle exec rspec && cd ..
46+ - cd speech && rvm-exec 2.3.1 bundle exec rspec && cd ..
47+ - cd storage && rvm-exec 2.3.1 bundle exec rspec && cd ..
48+ - cd translate && rvm-exec 2.3.1 bundle exec rspec && cd ..
49+ - cd vision && rvm-exec 2.3.1 bundle exec rspec && cd ..
5050 # Ruby 2.2.5
51- - cd logging ; rvm-exec 2.2.5 bundle exec rspec; cd ..
52- - cd bigquery ; rvm-exec 2.2.5 bundle exec rspec; cd ..
53- - cd datastore; rvm-exec 2.2.5 bundle exec rspec; cd ..
54- - cd language ; rvm-exec 2.2.5 bundle exec rspec; cd ..
55- - cd pubsub ; rvm-exec 2.2.5 bundle exec rspec; cd ..
56- - cd speech ; rvm-exec 2.2.5 bundle exec rspec; cd ..
57- - cd storage ; rvm-exec 2.2.5 bundle exec rspec; cd ..
58- - cd translate; rvm-exec 2.2.5 bundle exec rspec; cd ..
59- - cd vision ; rvm-exec 2.2.5 bundle exec rspec; cd ..
51+ - cd logging && rvm-exec 2.2.5 bundle exec rspec && cd ..
52+ - cd bigquery && rvm-exec 2.2.5 bundle exec rspec && cd ..
53+ - cd datastore && rvm-exec 2.2.5 bundle exec rspec && cd ..
54+ - cd language && rvm-exec 2.2.5 bundle exec rspec && cd ..
55+ - cd pubsub && rvm-exec 2.2.5 bundle exec rspec && cd ..
56+ - cd speech && rvm-exec 2.2.5 bundle exec rspec && cd ..
57+ - cd storage && rvm-exec 2.2.5 bundle exec rspec && cd ..
58+ - cd translate && rvm-exec 2.2.5 bundle exec rspec && cd ..
59+ - cd vision && rvm-exec 2.2.5 bundle exec rspec && cd ..
6060
0 commit comments