Skip to content

Commit 4af5720

Browse files
committed
Travis CI: do run Linux tests on pull requests
1 parent 699a3d0 commit 4af5720

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis/travis-ci.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ if [[ "$TRAVIS_PULL_REQUEST_BRANCH" != "force-travis" ]]; then
66
# on the main branch, run all tests
77
if [[ "$TRAVIS_BRANCH" != "bleeding-jumbo" || "$TRAVIS_PULL_REQUEST" =~ ^[0-9]+$ ]]; then
88

9-
# # otherwise, run only Linux jobs for now
10-
# if [[ "$TRAVIS_OS_NAME" != "linux" ]]; then
9+
# otherwise, run only Linux jobs for now
10+
if [[ "$TRAVIS_OS_NAME" != "linux" ]]; then
1111
echo '---------------------------------- Skipping CI ---------------------------------'
1212
echo 'In order to spare resources, skip Travis CI build.'
1313
echo '--------------------------------------------------------------------------------'
1414

1515
# Nothing to do.
1616
exit 0
17-
# fi
17+
fi
18+
echo 'Proceeding with build'
1819
fi
1920
fi
2021

0 commit comments

Comments
 (0)