Skip to content

Commit

Permalink
fix-sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Feb 9, 2021
1 parent bc31194 commit a9390fe
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 @@ -5,4 +5,4 @@ before_install:
- docker pull nimlang/nim
script:
- docker run nimlang/nim nim --version
- docker run -v "$(pwd):/project" -w /project nimlang/nim sh -c "sudo apt install -y zlib1g-dev && nimble refresh && nimble build -y --verbose && bash test/mini.sh "
- docker run -v "$(pwd):/project" -w /project nimlang/nim sh -c "apt install -y zlib1g-dev && nimble refresh && nimble build -y --verbose && bash test/mini.sh "

0 comments on commit a9390fe

Please sign in to comment.