Browse Source

use the makefile to run test

flashmob 8 years ago
parent
commit
565c3f9835
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .travis.yml

+ 1 - 4
.travis.yml

@@ -15,7 +15,4 @@ install:
 script:
 script:
   - ./.travis.gofmt.sh
   - ./.travis.gofmt.sh
   - make guerrillad
   - make guerrillad
-  - go test ./tests
-  - go test
-  - go test ./cmd/guerrillad
-  - go test ./response
+  - make test