We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b5d68 commit 56909deCopy full SHA for 56909de
.appveyor.yml
@@ -5,7 +5,7 @@ branches:
5
# This is where pull requests from "bors try" are built.
6
- trying
7
# Enable building pull requests.
8
- # - master
+ - master
9
10
environment:
11
matrix:
.travis.yml
## Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
@@ -17,8 +17,7 @@ os:
17
julia:
18
- 1.2
19
- 1.3
20
- allow_failures:
21
- - nightly
+
22
notifications:
23
email: false
24
0 commit comments