mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -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=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
|
||||||
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
|
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
|
||||||
export PATH=$PATH:/usr/local/opt/node@6/bin
|
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
|
fi
|
||||||
|
|
||||||
|
|
||||||
# added by travis gem
|
|
||||||
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,6 @@ class profile::mac {
|
||||||
require => Package['python'],
|
require => Package['python'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
file { "${homedir}/repos":
|
file { "${homedir}/repos":
|
||||||
ensure => 'directory',
|
ensure => 'directory',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue