Skip to content

Commit

Permalink
oh wow node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed May 5, 2020
1 parent e6cc51c commit 6fe5930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cyrax.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sitecallback: _ext.callback
exclude: [games/*, originals/*, schema/*, templates/*, Makefile, README.md, requirements.txt, Dockerfile, vhost.conf, CHECKS, Pipfile*, LICENSE, dangerfile.js, package.json, yarn.lock, bunny-sync]
exclude: [games/*, originals/*, schema/*, templates/*, Makefile, README.md, requirements.txt, Dockerfile, vhost.conf, CHECKS, Pipfile*, LICENSE, dangerfile.js, package.json, yarn.lock, bunny-sync, node_modules]
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ install:
script:
- pipenv run cyrax
- test 6000 -lt $(cat _build/index.html | wc -l)
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || .travis/deploy.sh'
- yarn install
- yarn danger ci
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && .travis/deploy.sh'

0 comments on commit 6fe5930

Please sign in to comment.