Browse Source

[GINR] Show cloudberry as content item

cgars 7 years ago
parent
commit
b0f9f27b36
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -12,6 +12,8 @@ before_install:
 env:
   - GO15VENDOREXPERIMENT=1
 
-script: 
+script:
+  - go get github.com/G-Node/gin-doi/src
+  - go get gopkg.in/yaml.v2
   - go build -v -tags "pam"
   - go test -v -cover -race ./...