diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-30 12:32:40 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-30 12:32:40 +0200 |
commit | 99a3e3d6b2ac5ae3a89cf89817a359010f64e552 (patch) | |
tree | 2d0173fe1d13d4085a71835a7513154ba40c4cce /.travis.yml | |
parent | 37af8b34d4d49b2b2b30ee19121c80d613bece54 (diff) |
Install development version of saemix on travis
I need this version for the parhist.multistart method, otherwise results
for the two-component error model parameters can switch
between positive and negative values.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7e393eee..52d9ac32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ before_install: install: - ./run.sh install_r nlme - ./run.sh install_all + - ./run.sh install_github jranke/saemixextension@installable_dev_version script: - ./run.sh run_tests |