liuggio / fastest

Simple parallel testing execution... with some goodies for functional tests.
MIT License
473 stars 65 forks source link

Fixes #72: Improve Travis CI tests: #74

Closed alexislefebvre closed 8 years ago

alexislefebvre commented 8 years ago

Add Composer cache in Travis CI's cache Remove PHP 7.0 from allowed failures Use "composer require …" instead of "sed …"

alexislefebvre commented 8 years ago

The cache will speed up builds after the first build.

liuggio commented 8 years ago

:+1: super!

alexislefebvre commented 8 years ago
  1. When the cache is warming up: https://travis-ci.org/liuggio/fastest/builds/136404336
  2. When the cache is warmed up (I force-pushed the same commit): https://travis-ci.org/liuggio/fastest/builds/136405609

The second build should be faster.

Here are the results:

  1. Total time 13 min 53 sec
  2. Total time 6 min 47 sec

:tada:

liuggio commented 8 years ago

:+1: boom