Now that the Travis build is working I'm reverting back to the original format.

This commit is contained in:
esaunders 2020-09-01 13:47:37 -04:00
parent bff21226c9
commit 0a76ea6e1d

View File

@ -49,7 +49,7 @@ install:
before_script: before_script:
- if [ $TRAVIS_OS_NAME = linux ]; then - if [ $TRAVIS_OS_NAME = linux ]; then
wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | sudo apt-key add -; wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | sudo apt-key add -;
echo \"deb [arch=amd64] https://apt.bell-sw.com/ stable main\" | sudo tee /etc/apt/sources.list.d/bellsoft.list; echo "deb [arch=amd64] https://apt.bell-sw.com/ stable main" | sudo tee /etc/apt/sources.list.d/bellsoft.list;
sudo apt-get update; sudo apt-get update;
sudo apt-get install bellsoft-java11-full; sudo apt-get install bellsoft-java11-full;
export PATH=/usr/bin:$PATH; export PATH=/usr/bin:$PATH;