Skip to content

Commit 305ee67

Browse files
committed
fix apt warning
1 parent 34abd52 commit 305ee67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ script:
1010
-v $(pwd):/tmp/test:rw
1111
-w /tmp/test
1212
tonyodell/rakudo-nightly:latest
13-
bash -c 'apt-get update; apt install -y ca-certificates; zef install -v --deps-only . && zef test .'
13+
bash -c 'apt-get update; apt-get install -y ca-certificates; zef install -v --deps-only . && zef test .'

0 commit comments

Comments
 (0)