From e47900ebd5dbf34352af901b3350f85d1eaf3107 Mon Sep 17 00:00:00 2001 From: evan Date: Tue, 8 Oct 2019 16:39:19 -0700 Subject: [PATCH] fixing travis --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec8f0a3..440aeec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,11 @@ +language: node_js +node_js: + - 10 + # Compile the site script: - - npm run build + - pnpm install + - pnpm run build # Deploy the site - this hook comes from Travis integration deploy: