Skip to content

Commit

Permalink
Minimising the set of priority build ordered CI services
Browse files Browse the repository at this point in the history
Hopefully the smaller number = faster builds due to less
duplicates across GHC versions, while still being representitive
of the differing underlying service types.
  • Loading branch information
brendanhay committed Nov 12, 2017
1 parent b7babc9 commit 33a054c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/generate-travis
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ core=( amazonka-core amazonka )
test=( amazonka-test )
examples=( amazonka-examples )

priority_=( s3 autoscaling elb sqs iam )
priority_=( s3 dynamodb emr )
priority=${priority_[@]/#/amazonka-}

library_=( $(ls -d amazonka-*) )
Expand Down

0 comments on commit 33a054c

Please sign in to comment.