cknadler / marktab-c

Concise, machine readable guitar tabs
MIT License
36 stars 7 forks source link

Attempt to fix Travis build #44

Closed dasmoose closed 11 years ago

dasmoose commented 11 years ago

Travis seems to be complaining about missing packages. This performs a apt-get update before attempting to install check and valgrind (which apt-get suggests). Might fix the problem.

cknadler commented 11 years ago

Fixes it. Nice catch. Thanks!

I wonder if there is a better solution than simply updating all of the packages. Possibly just updating check and valgrind (even though I'm not really using valgrind yet).

dasmoose commented 11 years ago

Awesome!

I'll look in to updating specific packages using apt-get.

dasmoose commented 11 years ago

Doesn't look like there is... You can just upgrade packages, but when you update you are updating package list. :frowning: