[fix] Install awscli for pushing to S3
This commit is contained in:
@@ -31,4 +31,6 @@ script:
|
||||
- if [[ "$CC" == gcc* && $TRANSLIT_CHANGED -ne 0 ]]; then ./src/build_trans_table; fi;
|
||||
- make check
|
||||
after_success:
|
||||
- env/bin/pip install awscli
|
||||
- export PATH=$PATH:env/bin/
|
||||
- if [[ "$CC" == gcc* && "$TRAVIS_PULL_REQUEST" = "false" && ( $DICTIONARIES_CHANGED -ne 0 || $NUMEX_CHANGED -ne 0 || $TRANSLIT_CHANGED -ne 0 ) ]]; then ./src/libpostal_data upload base $(pwd)/data/libpostal; git commit -a -m "[auto][build] Adding data files"; git push; fi;
|
||||
|
||||
Reference in New Issue
Block a user