From f4b8383925d5a0110cb1d020095bad9b2d120d01 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Tue, 29 Aug 2017 22:17:23 -0400 Subject: [PATCH] Updating travis ci file. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 615695e..240042a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ before_script: - yarn global add hugo-bin - hugo version - yarn global add gulp + - yarn install - echo '========== Configuring Github Pages ==========' - git config --global user.email "citra+citrabotweb@citra-emu.org" @@ -28,7 +29,7 @@ before_script: - set-up-ssh --key "$encrypted_c7ee54b5843f_key" --iv "$encrypted_c7ee54b5843f_iv" --path-encrypted-key "bf215181b5140522137b3d4f6b73544a.enc" - echo '========== Starting gulp deploy task ==========' - - gulp deploy all --production + - gulp all --production notifications: email: