citra-emu
/
citra-web
Archived
1
0
Fork 0

Added games import into TravisCI.

This commit is contained in:
chris062689 2017-06-01 18:20:27 -04:00
parent 2af4db9bd0
commit 3efa31db9c
1 changed files with 6 additions and 0 deletions

View File

@ -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