X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.travis.yml;h=796be6c045bcea5549dbfaea9015a18073dfaf6c;hb=8680c50d07604836b0fc7c3f97bd77c7830ea083;hp=261e21dc70ae8ffd057f01ecb4484896388ca3fc;hpb=e93465ffdb7ad6fc3a13f97a94b914b324a3330a;p=qmk_firmware.git diff --git a/.travis.yml b/.travis.yml index 261e21dc7..796be6c04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,15 +13,19 @@ env: - MAKEFLAGS="-j3 --output-sync" before_install: - wget http://ww1.microchip.com/downloads/en/DeviceDoc/avr8-gnu-toolchain-3.5.4.1709-linux.any.x86_64.tar.gz || wget http://qmk.fm/avr8-gnu-toolchain-3.5.4.1709-linux.any.x86_64.tar.gz + # Need DFU > .5 for dfu-suffix + - sudo add-apt-repository --yes ppa:tormodvolden/ppa + - sudo apt-get update -qq install: - tar -zxf avr8-gnu-toolchain-3.5.4.1709-linux.any.x86_64.tar.gz - export PATH="$PATH:$TRAVIS_BUILD_DIR/avr8-gnu-toolchain-linux_x86_64/bin" - npm install -g moxygen + - sudo apt-get -y --force-yes install dfu-util before_script: - avr-gcc --version script: - git rev-parse --short HEAD -- make test:all +- bash util/travis_test.sh - bash util/travis_build.sh - bash util/travis_docs.sh addons: