Skip to content

Commit

Permalink
Enable concurrent builds--Travis is timing out
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmantis committed May 13, 2015
1 parent 5af890d commit 3e26e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ before_script:
- echo -e $DIGITALOCEAN_SSH_KEY_BODY > ~/.ssh/id_rsa

script:
- chef exec rake && chef exec rake kitchen:all
- chef exec rake && chef exec kitchen test -c 4

after_script:
- chef exec kitchen destroy
Expand Down

0 comments on commit 3e26e3a

Please sign in to comment.