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 Aug 4, 2017
1 parent 23d76b1 commit 5b5a5df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ matrix:
fast_finish: true
include:
- rvm: 2.4.0
env: PUPPET_VERSION="~> 4.0" CHECK=test
env: PUPPET_VERSION="~> 4.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
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
- rvm: 2.1.10
Expand Down

0 comments on commit 5b5a5df

Please sign in to comment.