Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Aug 16, 2019
1 parent a985dbc commit 45a112e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ install:
export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH";
echo $PATH;
fi
- if [ `uname` == "Darwin" ]; then softwareupdate -i "Command Line Tools (macOS High Sierra version 10.13) for Xcode-10.1"; fi
# Install homebrew-cutest as tap.
- mkdir -p $(brew --repo)/Library/Taps/optimizers
- ln -s $PWD $(brew --repo)/Library/Taps/optimizers/homebrew-cutest
Expand All @@ -30,4 +29,4 @@ install:
- if [ `uname` == "Darwin" ]; then brew install svn; fi # avoid annoyances with certificates

script:
- brew test-bot --tap=optimizers/cutest
- brew test-bot --skip-setup --tap=optimizers/cutest

0 comments on commit 45a112e

Please sign in to comment.