[Groonga-commit] groonga/grngo at 584ed36 [master] travis: sudo is used in Groonga setup script

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 22 20:48:29 JST 2015


Kouhei Sutou	2015-06-22 20:48:29 +0900 (Mon, 22 Jun 2015)

  New Revision: 584ed363f2fb3594d0862489db8d58678b4b523a
  https://github.com/groonga/grngo/commit/584ed363f2fb3594d0862489db8d58678b4b523a

  Message:
    travis: sudo is used in Groonga setup script

  Modified files:
    .travis.yml

  Modified: .travis.yml (+3 -1)
===================================================================
--- .travis.yml    2015-06-22 18:00:45 +0900 (f3a036b)
+++ .travis.yml    2015-06-22 20:48:29 +0900 (8333acf)
@@ -1,3 +1,5 @@
+sudo: required
+
 language: go
 
 go:
@@ -16,4 +18,4 @@ before_install:
 
 script:
   - go build
-  - go test
\ No newline at end of file
+  - go test
-------------- next part --------------
HTML����������������������������...
Download 



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