Skip to content

Commit

Permalink
fix apt warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Dec 20, 2019
1 parent 34abd52 commit 305ee67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ script:
-v $(pwd):/tmp/test:rw
-w /tmp/test
tonyodell/rakudo-nightly:latest
bash -c 'apt-get update; apt install -y ca-certificates; zef install -v --deps-only . && zef test .'
bash -c 'apt-get update; apt-get install -y ca-certificates; zef install -v --deps-only . && zef test .'

0 comments on commit 305ee67

Please sign in to comment.