summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-02-29 16:01:08 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-02 14:23:44 +0000
commit0f7138c01006b35f2b1b477c30ae66ec243c21e1 (patch)
treecad019aebb27d64675c5937b68dcb33acfd64c77 /.travis.yml
parentf6c3ce6d1f23daec5d2e5d6e3c20408aba4c7e9c (diff)
Upgrade bazel to 2.1.1.
Removed av_test, because it depends on an ancient opencv that starts to really not exist on modern systems anymore.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ae7e7fa2..9bc8ad7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,7 +53,7 @@ matrix:
53 - rm -rf $HOME/.cache/bazel/_bazel_$USER/install 53 - rm -rf $HOME/.cache/bazel/_bazel_$USER/install
54 # Get toktok-stack, which contains the bazel workspace. 54 # Get toktok-stack, which contains the bazel workspace.
55 - cd .. 55 - cd ..
56 - git clone https://github.com/TokTok/toktok-stack 56 - git clone --depth=1 --branch=upgrade-bazel https://github.com/iphydf/toktok-stack
57 - rm -rf toktok-stack/c-toxcore 57 - rm -rf toktok-stack/c-toxcore
58 - mv c-toxcore toktok-stack/ 58 - mv c-toxcore toktok-stack/
59 - cd toktok-stack/c-toxcore 59 - cd toktok-stack/c-toxcore