Skip to content

Commit 0a49736

Browse files
author
Kristoffer Carlsson
authored
update CI files (#311)
1 parent 4aad0c8 commit 0a49736

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ os:
33
- osx
44
- linux
55
julia:
6-
- 0.7
76
- 1.0
7+
- 1
88
- nightly
99
notifications:
1010
email: false

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- julia_version: 0.7
3+
- julia_version: 1.0
44
- julia_version: 1
55
- julia_version: nightly
66

@@ -40,4 +40,4 @@ test_script:
4040
# # which would have coverage gaps without running on Windows
4141
# on_success:
4242
# - echo "%JL_CODECOV_SCRIPT%"
43-
# - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"
43+
# - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"

0 commit comments

Comments
 (0)