From b47f0873aca95747d85178018f0c343ccc7c1033 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Wed, 2 Oct 2019 21:57:30 -0500 Subject: [PATCH] return to top build dir, so S3 deploy finds files in the 'web/' folder --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b04bf645..9079d0cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ..