Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
fix ci options
Browse files Browse the repository at this point in the history
  • Loading branch information
falgon committed Sep 23, 2020
1 parent 28fdd58 commit 81f4252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/linux/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
sudo apt-get -qq -y update
sudo add-apt-repository -r ppa:webupd8team/java -y
sudo apt-get -qq upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" --allow-unauthenticated
sudo apt-get -qq dist-upgrade -y;
sudo apt-get -qq dist-upgrade -y --allow-unauthenticated
export CPU_NUM=$(egrep -c "^processor\s:\s[0-9]+$" /proc/cpuinfo);
fi

0 comments on commit 81f4252

Please sign in to comment.