Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Travis: Run "brew upgrade python" to install Python 3 on macOS | Masanori Kakura | 2018-03-23 | 1 | -1/+1 |
| | | | | | | | | | As of March 2018, Travis CI fails on macOS: Error: python 2.7.14 is already installed To upgrade to 3.6.4_4, run `brew upgrade python` This commit fixes the issue. | ||||
* | Travis: Enable AppArmor install | Jon Lund Steffensen | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | Check time-based configuration on CI | Jon Lund Steffensen | 2017-10-11 | 1 | -0/+6 |
| | |||||
* | Travis CI: Run brew update on macOS to fix build failure | Jon Lund Steffensen | 2017-10-10 | 1 | -0/+1 |
| | |||||
* | Appveyor, Travis: Test run redshift after build | Jon Lund Steffensen | 2017-08-17 | 1 | -4/+12 |
| | |||||
* | Enable Travis CI on macOS | Jon Lund Steffensen | 2017-08-16 | 1 | -4/+13 |
| | |||||
* | Remove deprecated geoclue 1 location provider | Jon Lund Steffensen | 2017-08-16 | 1 | -14/+37 |
| | |||||
* | travis.yml: Use Ubuntu Trusty | Jon Lund Steffensen | 2017-07-27 | 1 | -0/+2 |
| | |||||
* | Fix #80: Add Geoclue2 location provider | Jon Lund Steffensen | 2014-12-15 | 1 | -1/+2 |
| | | | | | | | This simply runs a GLib main loop when the location is requested and tries to get the location from GeoClue2. We need to run a main loop since the location is not immediately available, instead it becomes available through a signal. | ||||
* | Update Travis CI script to run make distcheck | Jon Lund Steffensen | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | Add Travis CI configuration file | Jon Lund Steffensen | 2014-10-13 | 1 | -0/+12 |