CIRDLES / Calamari

Reimplementation of data reduction from Ludwig's Squid 2.50 for SHRIMP mass spectrometers.
Apache License 2.0
1 stars 7 forks source link

Allow sudo in Travis CI #23

Closed johnzeringue closed 8 years ago

johnzeringue commented 8 years ago

Allows the use of sudo in Travis CI in an attempt to fix the test suite. Allowing sudo causes Travis to execute the build in a different environment.

As part of this commit, the "skip tests by default" functionality from pull request #21 is changed to "run tests by default". The addition of the flag -DskipTests skips any tests as before.