figure002 / nextwall

A wallpaper rotator for the GNOME desktop.
GNU General Public License v3.0
7 stars 1 forks source link

Enable OSX builds in Travis CI #6

Open figure002 opened 7 years ago

figure002 commented 7 years ago

Automated building and testing is currently only done on a GNU/Linux environment. The .travis.yml file should be updated so that testing is also done on an OSX environment. Travis CI already supports testing on OSX.

See the neovim project for an example .travis.yml.