diff options
author | Nathan Wang | 2020-07-20 01:38:14 -0700 |
---|---|---|
committer | Nathan Wang | 2020-07-20 01:38:14 -0700 |
commit | 8adf799f12c32b711251c2875082dec28e37aaa2 (patch) | |
tree | 19ecee51b00691dac876a440db65af3cda8f0d2c | |
parent | c1032cd135f6b9845d96fc9b2ddd3dc5fda52ebc (diff) |
remove travis
don't think it's needed... I plan to just use Vercel for infinite build minutes
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1ee0bff..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: node_js -node_js: - - 'stable' -cache: - directories: - - node_modules - - .cache - - public -script: yarn build -git: - depth: 3 -deploy: - provider: netlify - site: 55c39a3b-64ec-40e3-9085-3cf1aa89c36f - dir: public/ - edge: true - prod: false |