Skip to content

Commit 8f11c51

Browse files
committed
Add 1.0 to Windows testing
1 parent 64639c3 commit 8f11c51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 0.7
4+
- julia_version: 1.0
45
- julia_version: latest
56

67
platform:
@@ -33,4 +34,4 @@ build_script:
3334

3435
test_script:
3536
- echo "%JL_TEST_SCRIPT%"
36-
- C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"
37+
- C:\julia\bin\julia -e "%JL_TEST_SCRIPT%"

0 commit comments

Comments
 (0)