dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

set up continuous integration

Open afeld opened this issue 5 years ago • 3 comments

Maybe skip the Cask installations, for expediency's sake.

afeld avatar Mar 29 '20 20:03 afeld

For @travis-ci

/.travis.yml

os: osx
osx_image: xcode11.3
sudo: required
script:
  - bash init.sh # Test dotfile setup

dchima avatar Mar 30 '20 19:03 dchima

Nice, thanks! I'll keep an eye on https://github.com/dchima/dotfiles/pull/1.

afeld avatar Mar 30 '20 20:03 afeld

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.

dchima avatar Mar 30 '20 21:03 dchima