Update .travis.yml

ensure sed is installed in the Travis environment
This commit is contained in:
Andrew Bauer 2017-05-31 15:53:06 -05:00 committed by GitHub
parent a7ca9bf212
commit c555ea0f76
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ addons:
- git - git
- curl - curl
- sshfs - sshfs
- sed
env: env:
matrix: matrix:
- OS=el DIST=6 - OS=el DIST=6