aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-09-30 12:32:40 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-09-30 12:32:40 +0200
commit99a3e3d6b2ac5ae3a89cf89817a359010f64e552 (patch)
tree2d0173fe1d13d4085a71835a7513154ba40c4cce /.travis.yml
parent37af8b34d4d49b2b2b30ee19121c80d613bece54 (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.yml1
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

Contact - Imprint