Skip to content

Commit

Permalink
Travis: clean up .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall committed Jan 23, 2015
1 parent 910932b commit b2c8abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
before_install:
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-prereqs-ubuntu.sh -y && . ~/.profile && popd

script:
script:
- Tools/scripts/build_px4_v2_quad_travis.sh

deploy:
Expand All @@ -19,4 +19,4 @@ deploy:
skip_cleanup: true
on:
tags: true
all_branches: true
all_branches: true

0 comments on commit b2c8abd

Please sign in to comment.