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 db74927 commit bbca322Copy full SHA for bbca322
.travis.yml
@@ -2,13 +2,11 @@
2
language: julia
3
os:
4
- linux
5
- - osx
6
julia:
7
- - 1.0
8
- - nightly
9
-matrix:
10
- allow_failures:
11
- - julia: nightly
+ - 1
+#matrix:
+# allow_failures:
+# - julia: nightly
12
notifications:
13
email: false
14
# uncomment the following lines to override the default test script
appveyor.yml
@@ -1,8 +1,6 @@
1
environment:
matrix:
- - julia_version: 0.7
- julia_version: 1
- - julia_version: nightly
platform:
- x86 # 32-bit
0 commit comments