Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Fix bintray public key value
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Sep 17, 2017
1 parent cbd0c0e commit 4368988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis_install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ then
popd
else
echo -e "\033[0;32mInstalling latest ponyc release\033[0m"
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys "8756 C4F7 65C9 AC3C B6B8 5D62 379C E192 D401 AB61"
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys "D401AB61 DBE1D0A2"
echo "deb https://dl.bintray.com/pony-language/ponyc-debian pony-language main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get -V install ponyc
Expand Down

0 comments on commit 4368988

Please sign in to comment.