Skip to content

Commit

Permalink
Added sudo to apt-get install zip
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-jain-94 committed Aug 4, 2017
1 parent 3834cfe commit 8b61e49
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 @@ -6,7 +6,7 @@ node_js:
services:
- docker
before_script:
- apt-get install zip
- sudo apt-get install zip
- docker-compose -f docker-compose.test.yml up --build -d
- docker-compose logs mongosetup
- sh scripts/createSymlinks.sh
Expand Down

0 comments on commit 8b61e49

Please sign in to comment.