diff --git a/.travis.yml b/.travis.yml index 59e2e8e..29ad162 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,12 @@ before_script: - node app.js - cd $TRAVIS_BUILD_DIR + - echo '========== Importing games wiki articles into hugo ==========' + - cd ./scripts/games/ + - npm install + - node app.js + - cd $TRAVIS_BUILD_DIR + - echo '========== Importing twitter tweets into hugo ==========' - cd ./scripts/twitter/ - npm install