Skip to content

Commit

Permalink
Limit branch builds to main and dev (#4312)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Jul 17, 2023
2 parents c1750b8 + 94c1988 commit 75ad503
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
os: linux
dist: focal

branches:
only:
- main
- dev

vm:
size: 2x-large

language: go
go:
- 1.19.11
go_import_path: github.com/nats-io/nats-server

addons:
apt:
packages:
- rpm
go_import_path: github.com/nats-io/nats-server

jobs:
include:
Expand Down

0 comments on commit 75ad503

Please sign in to comment.