Skip to content

Commit

Permalink
Merge pull request e0404#363 from ahmadnish/dev
Browse files Browse the repository at this point in the history
Fix for the CI
  • Loading branch information
Hans-Peter Wieser authored Aug 8, 2019
2 parents ea79686 + 7365e8c commit 831fb96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then bash ./before_install_win_gitbash.sh ; fi


before_script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ulimit -c unlimited -S ; fi

Expand Down
2 changes: 1 addition & 1 deletion AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ List of all matRad developers that contributed code (alphabetical)
* Noa Homolka
* Thomas Klinge
* Henning Mescher
* Lucas-Raphael Müller
* Lucas-Raphael M�ller
* Ahmad Neishabouri
* Giuseppe Pezzano
* Carsten Scholz
Expand Down
2 changes: 1 addition & 1 deletion before_install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo make test
sudo make install
sudo ldconfig


sudo apt-get install gnuplot-x11
# clone repository with IpOpt Interface
git clone https://github.com/ebertolazzi/mexIPOPT

Expand Down

0 comments on commit 831fb96

Please sign in to comment.