Skip to content

Commit

Permalink
Travis CI: Fix YML format
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Dec 20, 2014
1 parent 178a2e8 commit a2e662f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,21 @@ before_script:
- . ~/.profile
- popd
- arm-none-eabi-gcc --version

git:
depth: 500

script:
- make testbuild
- make tests

deploy:
deploy:
provider: releases
api_key:
secure: cdHWLRBxA5UlYpOS0Sp891QK7PFmMgQ5ZWs1aPt+sw0rIrowyWMHCwXNBEdUqaExHYNYgXCUDI0EzNgfB7ZcR63Qv1MQeoyamV4jsxlyAqDqmxNtWO82S6RhHGeMLk26VgFKzynVcEk1IYlQP2nqzMQLdu+jTrngERuAIrCdRuc=
file:
- Images/px4fmu-v1_default.px4
- Images/px4fmu-v2_default.px4
- Images/aerocore_default.px4
file: "Images/px4fmu-v2_default.px4"
skip_cleanup: true
on:
tags: true
all_branches: true
repo: PX4/Firmware

0 comments on commit a2e662f

Please sign in to comment.