summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2018-05-10 03:45:43 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2018-05-10 03:45:43 -0400
commite9629977ada4659dbe5ddcc1c769f46bcb283dc6 (patch)
tree17428420ff72df5273789d166dedf7ce4416cd38 /other
parent7d399cedcfd20f0d91a8caf386ae3c63f4dcf285 (diff)
Fix FreeBSD build on Travis
Diffstat (limited to 'other')
-rwxr-xr-xother/travis/freebsd-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/travis/freebsd-install b/other/travis/freebsd-install
index d2f0164b..55ae1c43 100755
--- a/other/travis/freebsd-install
+++ b/other/travis/freebsd-install
@@ -21,6 +21,7 @@
21# package updates, and we do incremental system and package updates on every 21# package updates, and we do incremental system and package updates on every
22# change to the list of git tags (i.e. on every toxcore release, presumably). 22# change to the list of git tags (i.e. on every toxcore release, presumably).
23 23
24sudo apt-get update
24sudo apt-get install -y qemu 25sudo apt-get install -y qemu
25 26
26OLD_PWD="$PWD" 27OLD_PWD="$PWD"