Skip to content

Commit 68287ff

Browse files
committed
fix CI scripts
1 parent a0d866d commit 68287ff

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.3
4-
- julia_version: 1.4
4+
- julia_version: 1
55
- julia_version: nightly
66

77
platform:

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
freebsd_instance:
2-
image: freebsd-12-0-release-amd64
2+
image: freebsd-12-1-release-amd64
33
task:
44
name: FreeBSD
55
env:
66
matrix:
77
- JULIA_VERSION: 1.3
8-
- JULIA_VERSION: 1.4
8+
- JULIA_VERSION: 1
99
- JULIA_VERSION: nightly
1010
install_script:
1111
- sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ os:
44
- linux
55
- osx
66
- windows
7+
- freebsd
78

89
julia:
910
- 1.3
10-
- 1.4
11+
- 1
1112
- nightly
1213

1314
matrix:

0 commit comments

Comments
 (0)