I have two git branches: dev and master
I'm using Travis CI for builds and testing and need to have different .travis.yml and config.yml.enc (encrypted config file) for each branch/environment.
How do I merge changes from dev->master without merging the .travis.yml and config.yml.enc files?
 
    