Skip to content

Commit

Permalink
replacing npm ci by the equivalent command with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
euZebe committed Jun 20, 2018
1 parent b53e5db commit e8f8b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache:
- ~/.cache

install:
- npm ci
- yarn install --frozen-lockfile

script:
- $(npm bin)/cypress run --record
Expand Down

0 comments on commit e8f8b32

Please sign in to comment.