From: Akihiko Odaki Date: Sun, 18 Feb 2018 15:32:17 +0000 (+0900) Subject: Remove unnecessary g++ configuration (#6499) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=51869f2a8ccf94fa8f82161d07e8f9e80c866bd7;p=mastodon.git Remove unnecessary g++ configuration (#6499) --- diff --git a/.travis.yml b/.travis.yml index 2fba133c1..61d51ca21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ env: - RAILS_ENV=test - NOKOGIRI_USE_SYSTEM_LIBRARIES=true - PARALLEL_TEST_PROCESSORS=2 - - "PATH=$HOME:$PATH" addons: postgresql: 9.4 @@ -53,7 +52,6 @@ install: before_script: - ./bin/rails parallel:create parallel:load_schema parallel:prepare assets:precompile - - ln -s /usr/bin/x86_64-linux-gnu-g++-6 "$HOME/g++" script: - travis_retry bundle exec parallel_test spec/ --group-by filesize --type rspec