diff --git a/docs/recipes/travis.md b/docs/recipes/travis.md index e3335709..a053a526 100644 --- a/docs/recipes/travis.md +++ b/docs/recipes/travis.md @@ -25,10 +25,6 @@ language: node_js node_js: 8 -script: - # Run tests - - npm run test - deploy: provider: script skip_cleanup: true @@ -76,10 +72,6 @@ os: - linux - osx -script: - # Run tests - - npm run test - deploy: provider: script skip_cleanup: true @@ -129,10 +121,6 @@ os: - linux - osx -script: - # Run tests - - go test -v ./... - deploy: provider: script skip_cleanup: true