Skip to content

Commit

Permalink
Downsizing of parallel travis test
Browse files Browse the repository at this point in the history
Due to killed tests in Travis a lot of builds fail. This commit
lower the parallel tests to 4 PARALLEL_TEST_PROCESSORS
  • Loading branch information
baurmatt committed Apr 18, 2018
1 parent 40ab462 commit e7542ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ matrix:
fast_finish: true
include:
- rvm: 2.4.0
env: PUPPET_VERSION="~> 5.0" CHECK=test
env: PUPPET_VERSION="~> 5.0" CHECK=test PARALLEL_TEST_PROCESSORS=4
- rvm: 2.3.3
env: PUPPET_VERSION="~> 4.0" CHECK=test
env: PUPPET_VERSION="~> 4.0" CHECK=test PARALLEL_TEST_PROCESSORS=4
- rvm: 2.2.6
env: PUPPET_VERSION="~> 4.0" CHECK=test
- rvm: 2.1.10
env: PUPPET_VERSION="~> 4.0" CHECK=build DEPLOY_TO_FORGE=yes
env: PUPPET_VERSION="~> 4.0" CHECK=test PARALLEL_TEST_PROCESSORS=4
- rvm: 2.1.10
env: PUPPET_VERSION="~> 4.0" CHECK=test PARALLEL_TEST_PROCESSORS=4
- rvm: 2.1.10
env: PUPPET_VERSION="~> 4.0" CHECK=build DEPLOY_TO_FORGE=yes
allow_failures:
- rvm: 2.4.0
branches:
Expand Down

0 comments on commit e7542ca

Please sign in to comment.