aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Wang2020-07-20 00:47:27 -0700
committerNathan Wang2020-07-20 00:54:08 -0700
commit175056a73c6bcda0e7065195da77124d796e2498 (patch)
tree87db3bc192e8a559eefdf7e2da2e611bce47b1b9
parentd4a7b984c7431f2363bbf7a109b783a723a671e4 (diff)
[skip travis] update travis settings
-rw-r--r--.travis.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e7123a5..a9da788 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,12 @@ cache:
directories:
- node_modules
- .cache
-before_script:
- - yarn
script: yarn build
+git:
+ depth: 3
+deploy:
+ provider: netlify
+ site: usaco-guide
+ dir: public/
+ edge: true
+ prod: false