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 a0d866d commit 68287ffCopy full SHA for 68287ff
.appveyor.yml
@@ -1,7 +1,7 @@
1
environment:
2
matrix:
3
- julia_version: 1.3
4
- - julia_version: 1.4
+ - julia_version: 1
5
- julia_version: nightly
6
7
platform:
.cirrus.yml
@@ -1,11 +1,11 @@
freebsd_instance:
- image: freebsd-12-0-release-amd64
+ image: freebsd-12-1-release-amd64
task:
name: FreeBSD
env:
- JULIA_VERSION: 1.3
8
- - JULIA_VERSION: 1.4
+ - JULIA_VERSION: 1
9
- JULIA_VERSION: nightly
10
install_script:
11
- sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"
.travis.yml
@@ -4,10 +4,11 @@ os:
- linux
- osx
- windows
+ - freebsd
julia:
- 1.3
- - 1.4
+ - 1
12
- nightly
13
14
0 commit comments