Skip to content

Commit

Permalink
travis-ci install jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jan 14, 2017
1 parent 8caf6c5 commit b637112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cache:

before_install:
- sudo -H easy_install pip
- sudo -H pip install empy
- sudo -H pip install empy jinja2
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo apt-get install genromfs; fi

env:
Expand All @@ -42,6 +42,7 @@ script:
fi

after_success:
# s3 deploy individual firmware files (.px4), Firmware.zip, airframe.xml, and param.xml
- if [[ "${TRAVIS_OS_NAME}" = "linux" && "${TRAVIS_PULL_REQUEST}" == "false" && "${TRAVIS_BRANCH}" != "coverity" ]]; then
./Tools/docker_run.sh 'make s3put_firmware AWS_S3_BUCKET="px4-travis/archives/Firmware/${TRAVIS_BRANCH}/${TRAVIS_BUILD_ID}"'
&& ./Tools/docker_run.sh 'make s3put_qgc_firmware AWS_S3_BUCKET="px4-travis/Firmware/${TRAVIS_BRANCH}"';
Expand Down

0 comments on commit b637112

Please sign in to comment.