Fix dictionary path for binary & use glide in CI

This commit is contained in:
Brendan LE GLAUNEC
2017-10-19 20:32:23 +02:00
committed by Brendan Le Glaunec
parent 961d34d05a
commit dba1391a08
4 changed files with 15 additions and 11 deletions
+2 -4
View File
@@ -22,10 +22,8 @@ install:
- docker build -t cameradar .
script:
- go get github.com/andelf/go-curl
- go get github.com/pkg/errors
- go get gopkg.in/go-playground/validator.v9
- go get github.com/stretchr/testify/assert
- curl https://glide.sh/get | sh
- glide install
# Run unit tests
- go test
# Launch a fake camera to check if cameradar is able to access it