Ver Fonte

chore(travis): fix travis config

Mustafa Arici há 8 anos atrás
pai
commit
13f15c6f08
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -5,10 +5,12 @@ go:
 
 
 
 
 before_install:
 before_install:
+  - sudo apt-get -qq update
+  - sudo apt-get install -y openvpn
   - go get -t -v ./...
   - go get -t -v ./...
 
 
 script:
 script:
-  - go test -race -coverprofile=coverage.txt -covermode=atomic ./collection
+  - go test -race -coverprofile=coverage.txt -covermode=atomic .
 
 
 after_success:
 after_success:
 - bash <(curl -s https://codecov.io/bash)
 - bash <(curl -s https://codecov.io/bash)