Enabling travis apt cache.

This commit is contained in:
Dominic Clifton 2015-05-17 22:48:17 +01:00
parent e57c814e2a
commit c868d7177a
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ install:
before_script: arm-none-eabi-gcc --version before_script: arm-none-eabi-gcc --version
script: ./.travis.sh script: ./.travis.sh
cache: apt
notifications: notifications:
irc: "chat.freenode.net#cleanflight" irc: "chat.freenode.net#cleanflight"
use_notice: true use_notice: true