From 0112779f305a570cf02d43a54e81c0f5e225a17a Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Wed, 15 Jun 2016 09:07:08 -0400 Subject: [PATCH] Disabling browser testing --- .travis.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d24da6146..b5beabf939 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,17 @@ language: node_js node_js: - stable -before_script: - - npm run serve & +# This is disabled until we can stablize the nightwatch testing process +#before_script: +# - npm run serve & script: - - npm run lint && npm run test && npm run build && nightwatch --env remote - - pkill node -addons: - sauce_connect: - username: "chriseth" - access_key: "b781828a-9e9c-43d8-89d4-2fbb879595ca" + - npm run lint && npm run test && npm run build +# && nightwatch --env remote +# - pkill node +#addons: +# sauce_connect: +# username: "chriseth" +# access_key: "b781828a-9e9c-43d8-89d4-2fbb879595ca" deploy: provider: script script: ci/deploy_from_travis.sh