Skip to content

Commit

Permalink
fixup! chore: improve travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
qfox authored Nov 8, 2017
1 parent 6cf1a5b commit c7ef41d
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 @@ -21,7 +21,7 @@ env:

before_install:
# remove yarn.lock to force travis to use npm
- if "$PM" = "npm"; then
- if [ "$PM" = "npm" ]; then
rm yarn.lock;
fi

Expand Down

0 comments on commit c7ef41d

Please sign in to comment.