Skip to content

Commit

Permalink
Update Travis to Ubuntu "Bionic" (MarlinFirmware#14664)
Browse files Browse the repository at this point in the history
  • Loading branch information
p3p authored and thinkyhead committed Jul 18, 2019
1 parent 839255e commit 9e19f00
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist: xenial
sudo: require
dist: bionic
sudo: false

language: python
python:
Expand All @@ -8,13 +8,6 @@ python:
notifications:
email: false

# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
cache:
pip: true
directories:
- "~/.platformio"

env:
- TEST_PLATFORM="megaatmega2560"
- TEST_PLATFORM="DUE"
Expand All @@ -26,15 +19,7 @@ env:
- TEST_PLATFORM="esp32"
- TEST_PLATFORM="alfawise_U20"

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7

before_install:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90
#
# Fetch the tag information for the current branch
- git fetch origin --tags
Expand Down

0 comments on commit 9e19f00

Please sign in to comment.