Switched to running our new script in travis.

This commit is contained in:
Pierre Hugo 2015-01-23 16:53:40 -08:00
parent 3c4fcf918c
commit 7fd6390252
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ compiler: clang
before_install: sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded && sudo apt-get update 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 install: sudo apt-get install build-essential gcc-arm-none-eabi git
before_script: arm-none-eabi-gcc --version before_script: arm-none-eabi-gcc --version
script: make -j2 script: ./.travis.sh
notifications: notifications:
irc: "chat.freenode.net#cleanflight" irc: "chat.freenode.net#cleanflight"