Browse Source

Try getting CI to work on next branch

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
e9acd3bda5
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      .travis.yml
  2. +1
    -0
      appveyor.yml

+ 1
- 0
.travis.yml View File

@@ -54,6 +54,7 @@ branches:
# release tags
- /^v\d+\.\d+\.\d+.*$/
- master
- next

notifications:
email: false

+ 1
- 0
appveyor.yml View File

@@ -51,6 +51,7 @@ branches:
# Release tags
- /^v\d+\.\d+\.\d+.*$/
- master
- next

# disable automatic builds
build: false

Loading…
Cancel
Save