File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 13
13
- TEST="bash ./scripts/travis_rpc_checker.sh"
14
14
- TEST="bash ./scripts/travis_rosetta_checker.sh"
15
15
16
- before_install :
17
- # upgrade docker to the latest supported by the OS loaded in the travis image
18
- - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
19
- - sudo add-apt-repository --yes "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
20
- - sudo apt-get update
21
- - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
16
+ # upgrade docker to latest stable version
17
+ addons :
18
+ apt :
19
+ sources :
20
+ - sourceline : deb https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable
21
+ packages :
22
+ - docker.io
22
23
23
24
install :
24
25
# default working directory with source code is automatically set to
You can’t perform that action at this time.
0 commit comments