return to top build dir, so S3 deploy finds files in the 'web/' folder

This commit is contained in:
sommersoft 2019-10-02 21:57:30 -05:00
parent 1243f79b13
commit b47f0873ac

View file

@ -21,3 +21,4 @@ script:
- mkdir -p web
- cd adabot
- python -u -m adabot.update_cp_org_libraries -o $TRAVIS_BUILD_DIR/web/libraries.json
- cd ..