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 027b0bf commit b82e4faCopy full SHA for b82e4fa
.travis.yml
@@ -11,7 +11,7 @@ julia:
11
matrix:
12
allow_failures:
13
- julia: nightly
14
- - os: osx
+ - julia: "1.2"
15
notifications:
16
email: false
17
after_script:
Project.toml
@@ -1,6 +1,6 @@
1
name = "ApproxFun"
2
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
3
-version = "0.11.2"
+version = "0.11.3"
4
5
[deps]
6
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
appveyor.yml
@@ -13,6 +13,7 @@ platform:
# (tests will run but not make your overall status red)
+ - julia_version: 1.2
- julia_version: nightly
18
19
branches:
0 commit comments