dotfiles
dotfiles copied to clipboard
set up continuous integration
For @travis-ci
/.travis.yml
os: osx
osx_image: xcode11.3
sudo: required
script:
- bash init.sh # Test dotfile setup
Nice, thanks! I'll keep an eye on https://github.com/dchima/dotfiles/pull/1.
It should work perfectly fine on your end. I'm having errors trying to run postgres and change password on @travis-ci terminal. I knew from the start it might not work because I might not be the root user. That's the permissions I'm failing to get at the moment.