Skip to content

Commit

Permalink
travis: only build master and stable-*.*
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Mar 16, 2020
1 parent d4a8d17 commit 8fba7f3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
os:
linux

dist:
xenial

Expand All @@ -7,6 +10,11 @@ language:
compiler:
gcc

branches:
only:
- master
- /^stable-\d+\.\d+/

env:
global:
- DIGRAPHS_LIB=digraphs-lib-0.6
Expand All @@ -17,7 +25,7 @@ env:
# pkgs: latest | 64- & 32-bit | 32-bit | - | - | - |
# pkgs: required | coverage-64 | 64-conda | 64-bit | 32-bit | 64--bit |

matrix:
jobs:
include:
- env:
- SUITE=test
Expand Down

0 comments on commit 8fba7f3

Please sign in to comment.