From 99c09285f390f2ccfd497b61ea8b8ce22a847677 Mon Sep 17 00:00:00 2001 From: jasonbarry Date: Thu, 1 Oct 2020 16:03:12 -0700 Subject: [PATCH] Integrate with FeaturePeek --- .travis.yml | 1 + peek.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 peek.yml diff --git a/.travis.yml b/.travis.yml index 163fc17c2..140c074b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ script: mv .git-backup build/.git else yarn build + bash <(curl -s https://peek.run/ci) fi after_success: diff --git a/peek.yml b/peek.yml new file mode 100644 index 000000000..b7bf7d030 --- /dev/null +++ b/peek.yml @@ -0,0 +1,5 @@ +version: 2 +main: + type: static + path: build + spa: false \ No newline at end of file