Skip to content
Snippets Groups Projects
Commit 2eac5773 authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

travis-ci fix missing semicolon (#4812)

parent f13b75a6
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ after_success:
- mkdir s3deploy-branch && mv *_default.px4 build_px4fmu-v2_default/parameters.xml build_px4fmu-v2_default/airframes.xml s3deploy-branch/
# only deploy GCC 4.8 builds on master/beta/stable
- if [[ "$GCC_VER" == "4.8" && ( "$TRAVIS_BRANCH" == "master" || "$TRAVIS_BRANCH" == "beta" || "$TRAVIS_BRANCH" == "stable" ) ]]; then
export PX4_S3_DEPLOY=1
export PX4_S3_DEPLOY=1;
fi
deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment