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:
冯忠孝 2017-11-18 12:36:43 +08:00
parent 993bb038d9
commit 79387a694a

View file

@ -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