Switch to shiny container.

This commit is contained in:
Jared Boone 2015-08-31 22:32:31 -07:00
parent 8b465a593e
commit e0c313b240

View File

@ -1,7 +1,12 @@
sudo: false
language: cpp
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y gcc-arm-none-eabi
addons:
apt:
packages:
- gcc-arm-none-eabi
script: make
script:
- cd firmware/
- make