Browse Source

Added back test step to circle.yml

Torkel Ödegaard 11 years ago
parent
commit
595a1fe852
1 changed files with 2 additions and 3 deletions
  1. 2 3
      circle.yml

+ 2 - 3
circle.yml

@@ -21,9 +21,8 @@ dependencies:
 
 test:
   override:
-    - echo "test"
-    # - godep go test -v ./pkg/...
-    # - ./node_modules/grunt-cli/bin/grunt test
+     - godep go test -v ./pkg/...
+     - ./node_modules/grunt-cli/bin/grunt test
 
 deployment:
   develop: