Skip to content

Commit

Permalink
ci(travis): fetch branch before running tests
Browse files Browse the repository at this point in the history
This should fix issue with NX CLI (see nrwl/nx#2170)
  • Loading branch information
gund committed Jun 29, 2020
1 parent 17d42c1 commit 0fac28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- stage: test
script:
- set -e
- git fetch $TRAVIS_BRANCH
- npm run format:check
- npm run lint
- npm run test
Expand Down

0 comments on commit 0fac28a

Please sign in to comment.