Skip to content

Commit

Permalink
Bump version number (0.10.18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Feb 10, 2020
1 parent 54e58bc commit 1fa9433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ matrix:
- python -m pip install --upgrade pip
- pip install --user -U numpy
- git clone -c core.symlinks=true https://github.com/ICB-DCM/AMICI.git && cd AMICI
- if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then git checkout -qf $TRAVIS_COMMIT; elif [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then git fetch origin pull/$TRAVIS_PULL_REQUEST/head:$TRAVIS_BRANCH && git checkout $TRAVIS_BRANCH; fi
- if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then git checkout -qf $TRAVIS_COMMIT; elif [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then git fetch --update-head-ok origin pull/$TRAVIS_PULL_REQUEST/head:$TRAVIS_BRANCH && git checkout $TRAVIS_BRANCH; fi
# run BLAS installation script
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then powershell -File 'C:\Users\travis\build\AMICI\scripts\installOpenBLAS.ps1';export BLAS_LIBS BLAS_CFLAGS; fi
# define Windows environment variables in BLAS because PowerShell definition didn't do the trick
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.17
0.10.18

0 comments on commit 1fa9433

Please sign in to comment.