Skip to content

Commit

Permalink
fixed typo in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
agalazis committed Jan 9, 2018
1 parent 9c3eb62 commit 0e19b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cache:
yarn: true
directories:
- node_modules
before-script:
- npm run install-peers
before_script:
- yarn install-peers
script:
- yarn lint && yarn test

0 comments on commit 0e19b82

Please sign in to comment.