mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Updated sourcing of travis stuff
This commit is contained in:
parent
cfa406ea17
commit
33a6142936
2 changed files with 3 additions and 4 deletions
|
|
@ -93,9 +93,9 @@ if [[ `uname` == 'Darwin' ]]; then
|
|||
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
|
||||
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
|
||||
export PATH=$PATH:/usr/local/opt/node@6/bin
|
||||
|
||||
# added by travis gem
|
||||
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh || echo 'The travis gem is missing. After installing it run "echo y|travis" to create ~/.travis'
|
||||
fi
|
||||
|
||||
|
||||
# added by travis gem
|
||||
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,6 @@ class profile::mac {
|
|||
require => Package['python'],
|
||||
}
|
||||
|
||||
|
||||
file { "${homedir}/repos":
|
||||
ensure => 'directory',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue