Skip to content

Commit

Permalink
[ci-script] refs fibercrypto#38 Declare install make
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed May 24, 2019
1 parent 60ca669 commit 5380d97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci-scripts/install-travis-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install gcc\@6 || brew link --overwrite gcc\@6
fi

if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
choco install make
fi

cd $TRAVIS_BUILD_DIR

0 comments on commit 5380d97

Please sign in to comment.