update to newest xcode
This commit is contained in:
parent
b3a501a28e
commit
c4558c8707
2 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,7 @@ dist: trusty
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode9.4
|
osx_image: xcode10.1
|
||||||
script:
|
script:
|
||||||
- ./test.sh
|
- ./test.sh
|
||||||
|
|
||||||
|
|
|
@ -92,14 +92,19 @@ brew cask install adium
|
||||||
brew cask install kdiff3
|
brew cask install kdiff3
|
||||||
brew cask install istat-menus
|
brew cask install istat-menus
|
||||||
|
|
||||||
|
echo "finsihed installing"
|
||||||
|
|
||||||
|
echo "restart syncthing"
|
||||||
reattach-to-user-namespace brew services restart syncthing
|
reattach-to-user-namespace brew services restart syncthing
|
||||||
|
|
||||||
if ! fgrep /usr/local/bin/zsh /etc/shells; then
|
if ! fgrep /usr/local/bin/zsh /etc/shells; then
|
||||||
|
echo "add shell"
|
||||||
sudo bash -c "echo /usr/local/bin/zsh >> /etc/shells"
|
sudo bash -c "echo /usr/local/bin/zsh >> /etc/shells"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "cleanup"
|
||||||
brew cleanup
|
brew cleanup
|
||||||
brew prune
|
|
||||||
set +e
|
set +e
|
||||||
mv "$HOME/.cargo/bin/cargo-install-update-config" "$HOME/.cargo/bin/cargo-install-update-cfg"
|
mv "$HOME/.cargo/bin/cargo-install-update-config" "$HOME/.cargo/bin/cargo-install-update-cfg"
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Reference in a new issue