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 4aad0c8 commit 0a49736Copy full SHA for 0a49736
.travis.yml
@@ -3,8 +3,8 @@ os:
3
- osx
4
- linux
5
julia:
6
- - 0.7
7
- 1.0
+ - 1
8
- nightly
9
notifications:
10
email: false
appveyor.yml
@@ -1,6 +1,6 @@
1
environment:
2
matrix:
- - julia_version: 0.7
+ - julia_version: 1.0
- julia_version: 1
- julia_version: nightly
@@ -40,4 +40,4 @@ test_script:
40
# # which would have coverage gaps without running on Windows
41
# on_success:
42
# - echo "%JL_CODECOV_SCRIPT%"
43
-# - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"
+# - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"
0 commit comments