Skip to content

Commit

Permalink
[CHORE] Use yarn.lock on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Fluck committed Mar 10, 2019
1 parent f74e710 commit 2f02da3
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 @@ -41,7 +41,7 @@ before_install:
- export PATH=$HOME/.yarn/bin:$PATH

install:
- yarn install --no-lockfile --non-interactive
- yarn install --non-interactive

script:
- yarn run lint
Expand Down

0 comments on commit 2f02da3

Please sign in to comment.