Skip to content

Commit b09e88b

Browse files
Merge #21
21: Try to fix Bors r=charleskawczynski a=charleskawczynski Co-authored-by: Charles Kawczynski <[email protected]>
2 parents 8e7785c + 56909de commit b09e88b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branches:
55
# This is where pull requests from "bors try" are built.
66
- trying
77
# Enable building pull requests.
8-
# - master
8+
- master
99

1010
environment:
1111
matrix:

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branches:
55
# This is where pull requests from "bors try" are built.
66
- trying
77
# Enable building pull requests.
8-
# - master
8+
- master
99

1010
## Documentation: http://docs.travis-ci.com/user/languages/julia/
1111
language: julia
@@ -17,8 +17,7 @@ os:
1717
julia:
1818
- 1.2
1919
- 1.3
20-
allow_failures:
21-
- nightly
20+
2221
notifications:
2322
email: false
2423

0 commit comments

Comments
 (0)