diff options
-rwxr-xr-x | .travis/install-flatbuffers.sh | 2 | ||||
-rwxr-xr-x | .travis/install-kasync.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install-flatbuffers.sh b/.travis/install-flatbuffers.sh index 045d78a4..01f442f4 100755 --- a/.travis/install-flatbuffers.sh +++ b/.travis/install-flatbuffers.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | set -xeuo pipefail | 2 | set -xeuo pipefail |
3 | wget "https://github.com/google/flatbuffers/archive/v1.8.0.tar.gz" /tmp/flatbuffers.tar.gz | 3 | wget "https://github.com/google/flatbuffers/archive/v1.8.0.tar.gz" -O /tmp/flatbuffers.tar.gz |
4 | cd /tmp | 4 | cd /tmp |
5 | tar xvfa /tmp/flatbuffers.tar.gz | 5 | tar xvfa /tmp/flatbuffers.tar.gz |
6 | cd flatbuffers-1.8.0 | 6 | cd flatbuffers-1.8.0 |
diff --git a/.travis/install-kasync.sh b/.travis/install-kasync.sh index 891c554a..48c78e70 100755 --- a/.travis/install-kasync.sh +++ b/.travis/install-kasync.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | set -xeuo pipefail | 2 | set -xeuo pipefail |
3 | wget "https://github.com/KDE/kasync/archive/v0.2.0.tar.gz" /tmp/kasync.tar.gz | 3 | wget "https://github.com/KDE/kasync/archive/v0.2.0.tar.gz" -O /tmp/kasync.tar.gz |
4 | cd /tmp | 4 | cd /tmp |
5 | tar xvfa /tmp/kasync.tar.gz | 5 | tar xvfa /tmp/kasync.tar.gz |
6 | cd kasync-0.2.0 | 6 | cd kasync-0.2.0 |