Просмотр исходного кода

Add accesscontrol package to Travis test script

Rod Hynes 8 лет назад
Родитель
Сommit
798336f603
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -11,6 +11,7 @@ install:
 script:
 - cd psiphon
 - go test -race -v ./common
+- go test -race -v ./common/accesscontrol
 - go test -race -v ./common/osl
 - go test -race -v ./common/protocol
 - go test -race -v -run TestObfuscatedSessionTicket ./common/tls
@@ -22,6 +23,7 @@ script:
 - go test -race -v ./server/psinet
 - go test -race -v
 - go test -v -covermode=count -coverprofile=common.coverprofile ./common
+- go test -v -covermode=count -coverprofile=accesscontrol.coverprofile ./common/accesscontrol
 - go test -v -covermode=count -coverprofile=osl.coverprofile ./common/osl
 - go test -v -covermode=count -coverprofile=protocol.coverprofile ./common/protocol
 # TODO: fix and reenable test, which is failing in TravisCI environment: