This job is running on container-based infrastructure, which does not allow use of 'sudo', setuid, and setgid executables.
If you require sudo, add 'sudo: required' to your .travis.yml
This commit is contained in:
parent
993bb038d9
commit
79387a694a
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
language: clojure
|
language: clojure
|
||||||
|
sudo: required
|
||||||
lein: lein
|
lein: lein
|
||||||
before_script:
|
before_script:
|
||||||
- ./bin/ci/install_mongodb.sh
|
- ./bin/ci/install_mongodb.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue