Skip to content

Commit 3dc9b80

Browse files
committed
travis only on stable branch
1 parent 08a7e6f commit 3dc9b80

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ addons:
1111
project:
1212
name: "khou2020/parallel-netcdf"
1313
description: "PnetCDF bb_stable branch nightly build submitted via Travis CI"
14-
notification_email: [email protected]
14+
notification_email: [email protected]
1515
build_command_prepend: ./configure
1616
build_command: make -s V=1 LIBTOOLFLAGS=--silent tests
17-
branch_pattern: bb
17+
branch_pattern: bb_stable
1818

1919
before_install:
2020
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
@@ -61,4 +61,7 @@ after_failure:
6161
notifications:
6262
email:
6363
64-
64+
branches:
65+
only:
66+
- master
67+
- bb_stable

0 commit comments

Comments
 (0)