We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566389a commit 29c76b1Copy full SHA for 29c76b1
1 file changed
.travis.yml
@@ -46,9 +46,9 @@ install:
46
- sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-runc
47
- sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-cni
48
- sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-critools
49
- - wget https://github.com/xemul/criu/archive/v3.0.tar.gz -O /tmp/criu.tar.gz
+ - wget https://github.com/checkpoint-restore/criu/archive/v3.7.tar.gz -O /tmp/criu.tar.gz
50
- tar -C /tmp/ -zxf /tmp/criu.tar.gz
51
- - cd /tmp/criu-3.0 && sudo make install-criu
+ - cd /tmp/criu-3.7 && sudo make install-criu
52
- cd $TRAVIS_BUILD_DIR
53
54
script:
0 commit comments