From 15e93977221b602fd91ace93ca6395923423e77c Mon Sep 17 00:00:00 2001 From: mgechev Date: Tue, 30 Oct 2018 15:19:49 -0700 Subject: [PATCH] infra: update dir name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c72652d..c9012fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ install: make install script: - make build - make test -- git clone https://github.com/mgechev/revive.run revive && cd revive +- git clone https://github.com/mgechev/revive.run revive-docs && cd revive-docs - npm i && npm run build - git add . - git commit -am 'Update docs'