Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix: only run integration test on PRs and master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jkempff committed Jun 17, 2019
1 parent ac023c0 commit d50d28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -24,4 +24,5 @@ jobs:
name: "Unit Tests"
script: yarn test && codecov
- name: "Integration Tests"
if: branch = master
script: yarn integration:ci

1 comment on commit d50d28a

@vercel
Copy link

@vercel vercel bot commented on d50d28a Jun 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.