File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 88 - PUBLIC_IPV6=auto
99 - PRIMARY_HOSTNAME=auto
1010 - SKIP_NETWORK_CHECKS=1
11+ matrix :
12+ include :
13+ - name : " Install on Ubuntu 14.04"
14+ dist : trusty
15+ install :
16+ - git checkout -q v0.30
17+ # Fixes a issue with Travis CI and SpamAssassin. See here: https://github.com/travis-ci/travis-ci/issues/8906#issuecomment-351884500
18+ - sudo rm -f /opt/jdk_switcher/jdk_switcher.sh
19+ - name : " Install on Ubuntu 18.04"
20+ dist : bionic
21+ git :
22+ depth : false
1123
1224before_script :
1325 # Adds a hostname to the hosts file.
1426 - sudo sed -i "s/^127.0.1.1.*/127.0.1.1\t$HOSTNAME.example.com\t$HOSTNAME/" /etc/hosts
1527 # Updates the apt package database and upgrades all currently installed packages.
1628 - sudo apt-get -yqq update
17- - sudo apt-get -yqq dist-upgrade
18- # Fixes a issue with Travis CI and SpamAssassin. See here: https://github.com/travis-ci/travis-ci/issues/8906#issuecomment-351884500
19- - sudo rm -f /opt/jdk_switcher/jdk_switcher.sh
29+ - sudo apt-get -yqq --allow-unauthenticated dist-upgrade
2030
2131script :
2232 # Runs the script.
You can’t perform that action at this time.
0 commit comments