logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 51869f2a8ccf94fa8f82161d07e8f9e80c866bd7
parent: cba2897108dffe69d5a16befe6c6220f6eaae59f
Author: Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Date:   Mon, 19 Feb 2018 00:32:17 +0900

Remove unnecessary g++ configuration (#6499)


Diffstat:

M.travis.yml2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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