Skip to content

Commit

Permalink
travis: Add inital support
Browse files Browse the repository at this point in the history
* Initial support for travis-ci.org
  • Loading branch information
kylemanna committed Dec 15, 2014
1 parent 19ea3a6 commit f356830
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: c
compiler: gcc
before_install: sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded && sudo apt-get update
install: sudo apt-get install build-essential gcc-arm-none-eabi git
script: make -j4

0 comments on commit f356830

Please sign in to comment.