Skip to content

Commit

Permalink
reduce overall matrix size on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Dijk committed Sep 6, 2016
1 parent 782f8a7 commit 1b7470f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -21,11 +21,9 @@ install:
- make setup

env:
- RUN="make lint"
- RUN="make test-unit coveralls"
- RUN="make test-unit test-examples lint coveralls"
- RUN="make test-integration"
- RUN="make test-race"
- RUN="make test-examples"

matrix:
fast_finish: true
Expand Down

0 comments on commit 1b7470f

Please sign in to comment.