aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-04-02 11:29:16 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-02 11:29:16 +0200
commit4c462b667afec6d820cabd71b4f0a50bdf705645 (patch)
tree6fe22be0419285b99008c9665ea40f03aeb82b10 /.travis.yml
parentUpdate recipe_request.md (diff)
downloadferdium-recipes-4c462b667afec6d820cabd71b4f0a50bdf705645.tar.gz
ferdium-recipes-4c462b667afec6d820cabd71b4f0a50bdf705645.tar.zst
ferdium-recipes-4c462b667afec6d820cabd71b4f0a50bdf705645.zip
Remove sudo key from Travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c8d4d78..689c4c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
1language: node_js 1language: node_js
2sudo: false
3node_js: 2node_js:
4 - 10 3 - 10
5cache: yarn 4cache: yarn
6install: 5install:
7 - cd scripts && yarn && cd .. 6 - cd scripts && yarn && cd ..
8script: 7script:
9 - cd scripts && yarn verify-all \ No newline at end of file 8 - cd scripts && yarn verify-all