Kaynağa Gözat

fixed .travis.yml

Signed-off-by: Vishal Rana <vr@labstack.com>
Vishal Rana 9 yıl önce
ebeveyn
işleme
9a43ff0d26
3 değiştirilmiş dosya ile 10 ekleme ve 9 silme
  1. 2 2
      .travis.yml
  2. 6 6
      glide.lock
  3. 2 1
      glide.yaml

+ 2 - 2
.travis.yml

@@ -13,8 +13,8 @@ script:
     - go test -coverprofile=bytes.coverprofile ./bytes
     - go test -coverprofile=log.coverprofile ./log
     - go test -coverprofile=random.coverprofile ./random
-    - $HOME/gopath/bin/gover
-    - $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
+    - gover
+    - goveralls -coverprofile=gover.coverprofile -service=travis-ci
 matrix:
   allow_failures:
     - go: tip

+ 6 - 6
glide.lock

@@ -1,14 +1,10 @@
-hash: e55ed1b26ebd131b2a6f7bb5bcbac90529cccd68976513e2648f38fe55fdd807
-updated: 2016-09-21T20:58:00.346062044-07:00
+hash: bcc8372e328f52bdff7d94805509d05082dc1cffb53d7f5d764187b148bc0e31
+updated: 2016-11-17T11:50:51.708359983-08:00
 imports:
 - name: github.com/mattn/go-colorable
   version: ed8eb9e318d7a84ce5915b495b7d35e0cfe7b5a8
 - name: github.com/mattn/go-isatty
   version: 66b8e73f3f5cda9f96b69efd03dd3d7fc4a5cdb8
-- name: github.com/stretchr/testify
-  version: d77da356e56a7428ad25149ca77381849a6a5232
-  subpackages:
-  - assert
 - name: github.com/valyala/fasttemplate
   version: 3b874956e03f1636d171bda64b130f9135f42cff
 - name: golang.org/x/sys
@@ -24,3 +20,7 @@ testImports:
   version: d8ed2627bdf02c080bf22230dbb337003b7aba2d
   subpackages:
   - difflib
+- name: github.com/stretchr/testify
+  version: d77da356e56a7428ad25149ca77381849a6a5232
+  subpackages:
+  - assert

+ 2 - 1
glide.yaml

@@ -1,8 +1,9 @@
 package: github.com/labstack/gommon
 import:
-- package: github.com/valyala/fasttemplate
 - package: github.com/mattn/go-colorable
 - package: github.com/mattn/go-isatty
+- package: github.com/valyala/fasttemplate
+testImport:
 - package: github.com/stretchr/testify
   subpackages:
   - assert