Skip to content

Commit

Permalink
travis: Use the main branch instead of master
Browse files Browse the repository at this point in the history
Signed-off-by: Raghu Raja <[email protected]>
  • Loading branch information
rajachan committed Jun 15, 2021
1 parent 955ea30 commit b3863ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ addons:
notification_email: [email protected]
build_command_prepend: "./autogen.sh; ./configure --enable-efa=$RDMA_CORE_PATH --enable-psm2 --enable-psm3=$RDMA_CORE_PATH --enable-usnic --enable-verbs=$RDMA_CORE_PATH"
build_command: "make -j2"
branch_pattern: master
branch_pattern: main

env:
global:
Expand Down

0 comments on commit b3863ca

Please sign in to comment.