diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |