diff --git a/.travis.yml b/.travis.yml index 1c49639..264a0aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: objective-c +cache: + directories: + - node_modules + install: - bash install.sh diff --git a/install.sh b/install.sh index 431d13e..8ccf94e 100755 --- a/install.sh +++ b/install.sh @@ -62,6 +62,7 @@ inquirer_software() { "iTerm2" "iTerm2" on "LimeChat" "LimeChat" on "Mongo" "Mongodb" on + "Rethinkdb" "Rethinkdb" on "Skype" "Skype" on "Slack" "Slack" on "Spectacle" "Spectacle" on @@ -283,9 +284,17 @@ if ([[ $choice == *"all"* ]] || [[ $choice == *"Mongo"* ]]); then chown -R `whoami` /data echo_title "END INSTALLING MONGO" fi - ############ MONGO ############ +############ RETHINKDB ############ +if ([[ $choice == *"all"* ]] || [[ $choice == *"Rethinkdb"* ]]); then + echo_title "END INSTALLING RETHINKDB" + brew install rethinkdb + ln -sfv /usr/local/opt/rethinkdb/*.plist ~/Library/LaunchAgents + echo_title "END INSTALLING RETHINKDB" +fi +############ RETHINKDB ############ + ############ NVM ############ echo_title "BEGIN INSTALL NVM" curNodeVersion=$(node --version) @@ -346,6 +355,8 @@ if ([[ $choice == *"all"* ]] || [[ $choice == *"Cordova"* ]]); then npm install -g cordova npm install -g phonegap npm install -g ionic + npm install -g ios-sim + npm install -g ios-deploy fi if ([[ $choice == *"all"* ]] || [[ $choice == *"Eslint"* ]]); then npm install -g eslint