Skip to content

Commit

Permalink
travis only on stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
khou2020 committed Oct 19, 2017
1 parent 08a7e6f commit 3dc9b80
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ addons:
project:
name: "khou2020/parallel-netcdf"
description: "PnetCDF bb_stable branch nightly build submitted via Travis CI"
notification_email: khou2020@outlook.com
notification_email: kai-yuanhou2020@u.northwestern.edu
build_command_prepend: ./configure
build_command: make -s V=1 LIBTOOLFLAGS=--silent tests
branch_pattern: bb
branch_pattern: bb_stable

before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
Expand Down Expand Up @@ -61,4 +61,7 @@ after_failure:
notifications:
email:
- kai-yuanhou2020@u.northwestern.edu

branches:
only:
- master
- bb_stable

0 comments on commit 3dc9b80

Please sign in to comment.