aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-08-10 07:16:20 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2023-08-10 07:16:20 +0200
commit60696f36ce365a82fcaae5189a1118972a4e672f (patch)
treecbcf4c0a43e33128920ef1fa063e8d2eae2d0de9 /.travis.yml
parenta01fe8923ff50dcc76c34fb09ad500f5f5433063 (diff)
parent9abab1e2d4385039b01ad3dc0d9c5966bbe94fee (diff)
Merge branch 'main' into dev
Start new development version
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ec904005..3aec6949 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: c
sudo: required
-dist: focal
+dist: jammy
jobs:
include:
@@ -8,7 +8,6 @@ jobs:
os: linux
env:
- DRAT_REPOS: "jranke"
global:
- USE_BSPM="true"
- NOT_CRAN="true"
@@ -19,7 +18,6 @@ before_install:
install:
- ./run.sh install_all
- - ./run.sh install_github jranke/saemixextension@installable_dev_version
script:
- travis_wait 30 ./run.sh run_tests

Contact - Imprint