summaryrefslogtreecommitdiff
path: root/snippets/Fork-Awesome-1.2.0/.travis.yml
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2022-08-25 19:48:19 +0200
committerpdp8 <pdp8@pdp8.info>2022-08-25 19:48:19 +0200
commit8d2ce11daf87267091ffec971cd46d16937cc69c (patch)
tree22945821afed5bfb846461fb5890fc5571520e9e /snippets/Fork-Awesome-1.2.0/.travis.yml
parent75fcb829a96307b7123b5e4cc1a15cc7097f5001 (diff)
fork-awesome removed
Diffstat (limited to 'snippets/Fork-Awesome-1.2.0/.travis.yml')
-rw-r--r--snippets/Fork-Awesome-1.2.0/.travis.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/snippets/Fork-Awesome-1.2.0/.travis.yml b/snippets/Fork-Awesome-1.2.0/.travis.yml
deleted file mode 100644
index 6e2a95d..0000000
--- a/snippets/Fork-Awesome-1.2.0/.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