We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00783dc + 8b39c28 commit a6ad12dCopy full SHA for a6ad12d
1 file changed
.travis_script.sh
@@ -1,15 +1,3 @@
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
6
- python examples/flight_offers_search/flight_offers_search.py
7
8
- python examples/hotel_ratings/hotel_ratings.py
9
10
- python examples/points_of_interest/points_of_interest.py
11
12
-fi
13
if [[ $TRAVIS_EVENT_TYPE == "push" && $TRAVIS_BRANCH == "master" ]] ; then
14
for folder in examples/*/ ; do
15
for file in "$folder"/* ; do
0 commit comments