japaric-archived / linalg.rs

[INACTIVE]
Apache License 2.0
29 stars 1 forks source link

make travis not waste its own and everyone’s time #40

Open flying-sheep opened 9 years ago

flying-sheep commented 9 years ago

because failing after making that poor machine do all that stuff isn’t nice

japaric commented 9 years ago

As you may have notice all the test scripts run, even if some of them fail, so running the check-line.sh first doesn't change the outcome.

flying-sheep commented 9 years ago

didn’t notice that. is there a way to suppress that?

japaric commented 9 years ago

we could chain the commands with &&, but ... if you put the line-check first and it fails, the test ends and you won't see if cargo build/test passed because they didn't run.

flying-sheep commented 9 years ago

well, since the line check obviously is in place to prevent inadequately-styled code to be pulled, this is what you want, isn’t it?

if it isn’t, putting it first at least allows people to immediately see that checks fail, before even the build starts