Jonathan Turner 8 rokov pred
rodič
commit
385181e862
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -40,7 +40,7 @@ script:
   - go vet ./...                             # go vet is the official Go static analyzer
   - go vet ./...                             # go vet is the official Go static analyzer
   #- golint -set_exit_status $(go list ./...) # golint to be added
   #- golint -set_exit_status $(go list ./...) # golint to be added
   - go test -v -race -tags=integration ./... # Run all the tests with the race detector enabled and integration tests
   - go test -v -race -tags=integration ./... # Run all the tests with the race detector enabled and integration tests
-  - GOARCH=386 go test -v -race -tags=integration ./... # 32bit tests
+  - GOARCH=386 go test -v -tags=integration ./... # 32bit tests
 
 
 addons:
 addons:
   hosts:
   hosts: