From 3efa31db9c5c5df0da9caff7a305e3309b2ab498 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Thu, 1 Jun 2017 18:20:27 -0400 Subject: [PATCH] Added games import into TravisCI. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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