aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-09-01 18:49:58 -0400
committerbnewbold <bnewbold@robocracy.org>2014-09-01 20:00:22 -0400
commit98dc0886df0e79012cd2fd70e98da7109ec4386e (patch)
treee3ee2a3e7370eb8310c1a151733f214b7a52d36d /.travis.yml
parent0b124be42c53067d5b59562e02a164bdd09bffe8 (diff)
downloadlibrambutan-98dc0886df0e79012cd2fd70e98da7109ec4386e.tar.gz
librambutan-98dc0886df0e79012cd2fd70e98da7109ec4386e.zip
travis: specify language as cpp
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dc4880e..5af56c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+language: cpp
before_install:
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
- sudo apt-get update -o Dir::Etc::sourcelist="sources.list.d/terry_guo-gcc-arm-embedded-precise.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"