When I run bin/journey_test.sh locally, it works perfectly.
However, reviewing the logs in Travis, in the solve_all_exercises() function, the for-loop that would iterate over the exercises simply does not execute... as if the exercises variable were empty.
When I run
bin/journey_test.shlocally, it works perfectly.However, reviewing the logs in Travis, in the
solve_all_exercises()function, the for-loop that would iterate over the exercises simply does not execute... as if theexercisesvariable were empty.