Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/DynamicPPL-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ name: DynamicPPL-CI
on:
push:
branches:
- master
- dev
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Enable building pull requests.
pull_request:
# Build the master branch.
- master

jobs:
test:
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
language: julia
branches:
only:
# Enable building pull requests to master and dev.
- master
- dev
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Build the master branch.
- master
os:
- linux
- osx
Expand All @@ -32,4 +31,5 @@ notifications:
after_success:
- if [[ $TRAVIS_JULIA_VERSION = 1 ]] && [[ $JULIA_NUM_THREADS = 1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';
fi
6 changes: 4 additions & 2 deletions bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ status = [
"test (1, windows-latest, x64)"
]
delete_merged_branches = true
# Uncomment this to require at least on approval of a project member.
#required_approvals = 1
# Require at least on approval of a project member.
required_approvals = 1
# Squash commits before merging.
use_squash_merge = true
# Uncomment this to use a two hour timeout.
# The default is one hour.
#timeout_sec = 7200