Skip to content

Commit

Permalink
chore: don't ignore scripts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Oct 23, 2019
1 parent 359e4f7 commit 68d0ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- 10
- 12
- 13
- stable
before_install:
- npm config set spin false --global
addons:
Expand All @@ -15,7 +15,7 @@ cache:
directories:
- ~/.cache
install:
- yarn --frozen-lockfile --ignore-scripts # ignore prepublish scripts
- yarn --frozen-lockfile # ignore prepublish scripts
- cypress install
after_success:
- codecov
Expand Down
1 change: 1 addition & 0 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit 68d0ebf

Please sign in to comment.