summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/.travis.yml
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2024-03-07 21:55:16 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2024-03-07 21:55:16 -0600
commitbd86f4fc950cdc5bb4cb346f48c14a6e356dc4fb (patch)
treec1cebd6a0b48c38e2100d8e4fe9745fd7f585bd5 /live/static/fork-awesome/.travis.yml
parentca9c5626495c00f6d6cffd4ae517a66db15b0832 (diff)
stop tracking live/main
Diffstat (limited to 'live/static/fork-awesome/.travis.yml')
-rw-r--r--live/static/fork-awesome/.travis.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/live/static/fork-awesome/.travis.yml b/live/static/fork-awesome/.travis.yml
deleted file mode 100644
index 6e2a95d..0000000
--- a/live/static/fork-awesome/.travis.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-language:
- - ruby
- - node_js
-
-install:
- - bundle install
- - npm install
-
-script:
- - npm run build
-
-deploy:
- - provider: pages
- skip-cleanup: true
- github-token: $GITHUB_TOKEN
- keep-history: true
- local-dir: _site
- on:
- branch: master
- tags: true
- - provider: npm
- email: $NPM_EMAIL
- api_key: $NPM_TOKEN
- on:
- branch: master
- tags: true
-
-# blocklist
-branches:
- except:
- - gh-pages