Skip to content

Commit b82e4fa

Browse files
committed
v0.11.3
1 parent 027b0bf commit b82e4fa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ julia:
1111
matrix:
1212
allow_failures:
1313
- julia: nightly
14-
- os: osx
14+
- julia: "1.2"
1515
notifications:
1616
email: false
1717
after_script:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFun"
22
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
3-
version = "0.11.2"
3+
version = "0.11.3"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ platform:
1313
# (tests will run but not make your overall status red)
1414
matrix:
1515
allow_failures:
16+
- julia_version: 1.2
1617
- julia_version: nightly
1718

1819
branches:

0 commit comments

Comments
 (0)