File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
freebsd_instance :
2
- image : freebsd-11-2-release-amd64
2
+ image_family : freebsd-11-3-snap
3
3
4
4
# Test FreeBSD in a full VM on cirrus-ci.com. Test the i686 target too, in the
5
5
# same VM. The binary will be built in 32-bit mode, but will execute on a
6
6
# 64-bit kernel and in a 64-bit environment. Our tests don't execute any of
7
7
# the system's binaries, so the environment shouldn't matter.
8
8
task :
9
- name : FreeBSD 11.2
9
+ name : FreeBSD 11.3
10
10
cargo_cache :
11
11
folder : $CARGO_HOME/registry
12
12
fingerprint_script : cat Cargo.lock || echo ""
Original file line number Diff line number Diff line change 1
1
# Gate on Travis CI and Buildbot
2
2
status = [" continuous-integration/travis-ci/push" ,
3
- " FreeBSD 11.2 " ]
3
+ " FreeBSD 11.3 " ]
4
4
5
5
# Set bors's timeout to 4 hours
6
6
#
You can’t perform that action at this time.
0 commit comments