We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699a3d0 commit 4af5720Copy full SHA for 4af5720
.travis/travis-ci.sh
@@ -6,15 +6,16 @@ if [[ "$TRAVIS_PULL_REQUEST_BRANCH" != "force-travis" ]]; then
6
# on the main branch, run all tests
7
if [[ "$TRAVIS_BRANCH" != "bleeding-jumbo" || "$TRAVIS_PULL_REQUEST" =~ ^[0-9]+$ ]]; then
8
9
-# # otherwise, run only Linux jobs for now
10
-# if [[ "$TRAVIS_OS_NAME" != "linux" ]]; then
+ # otherwise, run only Linux jobs for now
+ if [[ "$TRAVIS_OS_NAME" != "linux" ]]; then
11
echo '---------------------------------- Skipping CI ---------------------------------'
12
echo 'In order to spare resources, skip Travis CI build.'
13
echo '--------------------------------------------------------------------------------'
14
15
# Nothing to do.
16
exit 0
17
-# fi
+ fi
18
+ echo 'Proceeding with build'
19
fi
20
21
0 commit comments