File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1- if [[ $TRAVIS_EVENT_TYPE == " pull_request" && $TRAVIS_PULL_REQUEST_BRANCH != " master" ]] ; then
2- python examples/hotel_search/hotel_search.py
3- if [[ $? != 0 ]]; then exit 1 ; fi
4- python examples/flight_choice_prediction/flight_choice_prediction.py
5- if [[ $? != 0 ]]; then exit 1 ; fi
6- python examples/flight_offers_search/flight_offers_search.py
7- if [[ $? != 0 ]]; then exit 1 ; fi
8- python examples/hotel_ratings/hotel_ratings.py
9- if [[ $? != 0 ]]; then exit 1 ; fi
10- python examples/points_of_interest/points_of_interest.py
11- if [[ $? != 0 ]]; then exit 1 ; fi
12- fi
131if [[ $TRAVIS_EVENT_TYPE == " push" && $TRAVIS_BRANCH == " master" ]] ; then
142 for folder in examples/* / ; do
153 for file in " $folder " /* ; do
You can’t perform that action at this time.
0 commit comments