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 f83c09e commit 9f5a8f5Copy full SHA for 9f5a8f5
REQUIRE
@@ -1,6 +1,6 @@
1
julia 0.7
2
Reexport 0.2.0
3
-ApproxFunBase 0.0.1
+ApproxFunBase 0.0.2
4
FastGaussQuadrature 0.3.2
5
FastTransforms 0.4.2
6
DualNumbers 0.4
appveyor.yml
@@ -8,11 +8,11 @@ platform:
8
- x86 # 32-bit
9
- x64 # 64-bit
10
11
-# # Uncomment the following lines to allow failures on nightly julia
12
-# # (tests will run but not make your overall status red)
13
-# matrix:
14
-# allow_failures:
15
-# - julia_version: nightly
+# Uncomment the following lines to allow failures on nightly julia
+# (tests will run but not make your overall status red)
+matrix:
+ allow_failures:
+ - julia_version: nightly
16
17
branches:
18
only:
0 commit comments