aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-10-01 14:45:27 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-10-01 14:45:27 +0900
commit2334fe8ffab7aa67504ae4a6b483f1a914b415bb (patch)
treeb7841d88d45c9847f342ae6f0733db1fe2511695 /.travis.yml
parent4838c1716a0340137d858fab49bf460e23be5a4b (diff)
downloadrails-2334fe8ffab7aa67504ae4a6b483f1a914b415bb.tar.gz
rails-2334fe8ffab7aa67504ae4a6b483f1a914b415bb.tar.bz2
rails-2334fe8ffab7aa67504ae4a6b483f1a914b415bb.zip
Remove duplicated before_install entries in .travis.yml
It has incorrectly been re-added at #33079. Related #33861.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7dc6360e73..a4f5fa045d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,9 +42,6 @@ before_install:
- "[[ $GEM != 'av:ujs' ]] || nvm install node"
- "[[ $GEM != 'av:ujs' ]] || node --version"
- "[[ $GEM != 'av:ujs' ]] || (cd actionview && npm install)"
- - "[[ $GEM != 'ar:mysql2' ]] || [[ $MYSQL == 'mariadb' ]] || sudo mysql -e \"use mysql; update user set authentication_string='' where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;\""
- - "[[ $GEM != 'ar:mysql2' ]] || [[ $MYSQL == 'mariadb' ]] || sudo mysql_upgrade"
- - "[[ $GEM != 'ar:mysql2' ]] || [[ $MYSQL == 'mariadb' ]] || sudo service mysql restart"
- "[[ $GEM != 'railties' ]] || (curl -o- -L https://yarnpkg.com/install.sh | bash)"
- "[[ $GEM != 'railties' ]] || export PATH=$HOME/.yarn/bin:$PATH"