diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-10 15:49:36 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-10 15:49:36 +0100 |
commit | f41d1759b890613895879f36e69e9928dd517f0e (patch) | |
tree | b5a934226fc5486be67b32013e415769b1b3a7f1 | |
parent | 7a54d9b65fc55e28411126b97c542fb4c180c0a7 (diff) |
Only install dependencies, as chents fails to install
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2c42d00..e9d552c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: - ./run.sh bootstrap install: - - ./run.sh install_all + - ./run.sh install_deps script: - ./run.sh run_tests |