summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2017-10-16Added 'brew update' to travisci macos build scriptJustin Worthe
There's currently an error in the build on installing the dependencies from homebrew. From the comments here https://github.com/Homebrew/brew/issues/3299, looks like this might solve it.
2017-08-02Made OSX travis build required and updated readme to reflect requirementsJustin Worthe
2017-08-02Added missing portaudio dependency to MacOS buildJustin Worthe
Looks like the portaudio automagical download and build only works on Linux :(
2017-08-02Experimenting with adding OSX travis buildJustin Worthe
2017-07-08Ignored audio device unit tests because Travis doesn't have audio devicesJustin Worthe
2017-07-08Attempt to enable dummy sound device on travisJustin Worthe
It's not clear online on if this will actually work or if it's disabled on Travis. It definitely was disabled in 2014, according to this issue https://github.com/travis-ci/travis-ci/issues/1754, but the comments at the bottom imply it may work now.
2017-01-12typoJustin Worthe
2017-01-12Added gtk3-dev to required Travis packagesJustin Worthe
2017-01-12Adding explicit libpango dependency to TravisJustin Worthe
It has it, just not the latest version
2017-01-12Added libgtk dependency to Travis buildJustin Worthe
2016-11-26Added default travis configJustin Worthe