From fcb64e6fef75bb1ed56bbf11a9f53f0ac3416ec9 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Sun, 11 Feb 2018 15:55:00 -0500 Subject: [PATCH] docs: remove unnecessary `script` override in travis recipe --- docs/recipes/travis.md | 12 ------------ 1 file changed, 12 deletions(-) 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