Skip to content

Commit

Permalink
No need for -- when calling yarn
Browse files Browse the repository at this point in the history
Message from Travis output:
> warning From Yarn 1.0 onwards, scripts don't require "--" for options
> to be forwarded. In a future version, any explicit "--" will be
> forwarded as-is to the scripts.
  • Loading branch information
armenzg committed Jul 4, 2018
1 parent 9394928 commit 83b8015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ env:
install:
- yarn install --frozen-lockfile
after_failure:
- yarn build -- --inspect
- yarn build --inspect
script:
- yarn build
- yarn test
Expand Down

0 comments on commit 83b8015

Please sign in to comment.