[Groonga-commit] nroonga/nroonga at 5a23a8a [master] Enable sudo on travis

Back to archive index

abetomo null+****@clear*****
Wed Aug 30 13:14:00 JST 2017


abetomo	2017-08-14 15:21:50 +0900 (Mon, 14 Aug 2017)

  New Revision: 5a23a8ab7ca8458e3a5e7b1b3488c3f85e106a95
  https://github.com/nroonga/nroonga/commit/5a23a8ab7ca8458e3a5e7b1b3488c3f85e106a95

  Merged 2f7c45b: Merge pull request #7 from abetomo/upgrade_node_to_use

  Message:
    Enable sudo on travis
    
    I got an error like the following.
    ```
    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
    ```

  Modified files:
    .travis.yml

  Modified: .travis.yml (+1 -0)
===================================================================
--- .travis.yml    2017-08-14 15:16:43 +0900 (ffea54c)
+++ .travis.yml    2017-08-14 15:21:50 +0900 (9fce7ac)
@@ -2,5 +2,6 @@ language: node_js
 node_js:
  - '0.8'
  - '0.10'
+sudo: required
 before_install:
  - curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index