Commit e0b4f84fb71c6760068c9d1306e77c9382e76d8d

Anthony Green 2019-06-26T06:18:48

Clear the apt cache

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.travis/install.sh b/.travis/install.sh
index ab58b2b..0372b44 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -15,6 +15,7 @@ else
 	;;
     moxie-elf)
 	echo 'deb http://repos.moxielogic.org:7114/MoxieLogic moxiedev main' | sudo tee -a /etc/apt/sources.list
+	sudo apt-get clean # clear the cache
 	sudo apt-get update ## -qq
 	# debug...
 	curl http://repos.moxielogic.org:7114/MoxieLogic/dists/moxiedev/main/binary-amd64/Packages