[skip travis] update travis settings

This commit is contained in:
Nathan Wang 2020-07-20 00:47:27 -07:00
parent d4a7b984c7
commit 175056a73c

View file

@ -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