Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit 0e8a9fd

Browse files
authored
Disable Bors on this repo (#28)
1 parent 9ee355d commit 0e8a9fd

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ freebsd_instance:
22
image: freebsd-12-0-release-amd64
33
task:
44
name: FreeBSD
5-
only_if: ($CIRRUS_BRANCH !=~ 'pull/.*') && ($BRANCH == "master" || $BRANCH == "staging" || $BRANCH == "trying")
5+
# only_if: ($CIRRUS_BRANCH !=~ 'pull/.*') && ($BRANCH == "master" || $BRANCH == "staging" || $BRANCH == "trying")
6+
only_if: ($CIRRUS_BRANCH !=~ 'pull/.*') || ($BRANCH == "master" || $BRANCH == "staging" || $BRANCH == "trying")
67
env:
78
matrix:
89
- JULIA_VERSION: "1.3"

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ branches:
1313

1414
jobs:
1515
allow_failures:
16-
- julia: nightly
16+
# - julia: "nightly"
1717
fast_finish: true
18+
exclude:
19+
- os: linux
20+
arch: "arm64"
21+
julia: "nightly"
1822
include:
1923
- os: windows
2024
arch: "x86"
@@ -27,7 +31,7 @@ jobs:
2731

2832
julia:
2933
- "1.3"
30-
- nightly
34+
- "nightly"
3135

3236
language: julia
3337

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GitCommand"
22
uuid = "49b5b516-ca3f-4003-a081-42bdcf55082d"
33
authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics"]
4-
version = "0.2.0"
4+
version = "0.3.0-DEV"
55

66
[deps]
77
Git_jll = "f8c6e375-362e-5223-8a59-34ff63f689eb"

0 commit comments

Comments
 (0)