Skip to content
Snippets Groups Projects
Commit 95429a41 authored by Bo Herrmannsen's avatar Bo Herrmannsen
Browse files

Delete .travis.yml

parent a0959366
No related branches found
No related tags found
No related merge requests found
---
language: c
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
install:
- sudo apt-get install -qq gcc-avr binutils-avr avr-libc gcc-4.8 g++-4.8 arduino
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
- gcc --version
- g++ --version
script: "cd Marlin && make HARDWARE_MOTHERBOARD=70 ARDUINO_INSTALL_DIR=/usr/share/arduino"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment