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