Skip to content

Commit

Permalink
parallelize builds
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Nov 27, 2019
1 parent f847125 commit 901dbc8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -3,6 +3,10 @@ os:
- osx
env:
- FLUTTER_CHANNEL="beta"
- PACKAGE=bloc
- PACKAGE=bloc_test
- PACKAGE=angular_bloc
- PACKAGE=flutter_bloc
sudo: required
dist: trusty
dart:
Expand All @@ -23,10 +27,7 @@ before_script:
- flutter doctor
script:
- set -e
- ./scripts/ci.sh packages/bloc
- ./scripts/ci.sh packages/bloc_test
- ./scripts/ci.sh packages/angular_bloc
- ./scripts/ci.sh packages/flutter_bloc
- ./scripts/ci.sh packages/$PACKAGE
after_success:
- bash <(curl -s https://codecov.io/bash)
matrix:
Expand Down

0 comments on commit 901dbc8

Please sign in to comment.