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 dae7537 commit 75494aeCopy full SHA for 75494ae
.travis.yml
@@ -18,7 +18,7 @@ branches:
18
dist: trusty
19
sudo: required
20
before_install:
21
-- sudo apt-key adv --keyserver keys.gnupg.net --recv 6DA70622
+- curl -fsSl https://downloads.ortussolutions.com/debs/gpg | sudo apt-key add -
22
- sudo echo "deb http://downloads.ortussolutions.com/debs/noarch /" | sudo tee -a /etc/apt/sources.list.d/commandbox.list
23
install:
24
- sudo apt-get update && sudo apt-get --assume-yes install git haveged rsync commandbox
0 commit comments