Skip to content

Commit

Permalink
build: shorten build time for regular pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed May 23, 2018
1 parent 0e16409 commit f002d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ before_install:
- pip install --user pytest snapshottest pytest-jest


script: yarn test
script: yarn test:integration:quick

jobs:
include:
- stage: npm
node_js: "8"
script: yarn test:integration
if: tag =~ ^v\d.*
deploy:
provider: npm
Expand Down

0 comments on commit f002d97

Please sign in to comment.