elm-community / list-extra

Convenience functions for working with List.
http://package.elm-lang.org/packages/elm-community/list-extra/latest
MIT License
135 stars 59 forks source link

Fix Travis Builds By Speeding Them Up #57

Closed prikhi closed 7 years ago

prikhi commented 7 years ago

Travis builds were failing with the release of elm-test 0.18.5 because they produced no output for over 10 minutes.

This fixes the issue by using the sample Travis config from the node test runner's README, which uses sysconfcpus to fix the amount of CPUs that Elm believes the system has.

This brings Travis builds from 11+ minutes down to 2 minutes.

prikhi commented 7 years ago

@Chadtech Thanks! Love it when elm-community test badges are all green :)

Also, please ignore the long-test-time-osx branch that I pushed, using it to try & help figure out why elm-test 0.18.4 made our tests go from 2 minutes to 10+ minutes >.<