Disabling browser testing

pull/1/head
Dave Hoover 9 years ago
parent a4e7ba42c0
commit 0112779f30
  1. 18
      .travis.yml

@ -1,15 +1,17 @@
language: node_js language: node_js
node_js: node_js:
- stable - stable
before_script: # This is disabled until we can stablize the nightwatch testing process
- npm run serve & #before_script:
# - npm run serve &
script: script:
- npm run lint && npm run test && npm run build && nightwatch --env remote - npm run lint && npm run test && npm run build
- pkill node # && nightwatch --env remote
addons: # - pkill node
sauce_connect: #addons:
username: "chriseth" # sauce_connect:
access_key: "b781828a-9e9c-43d8-89d4-2fbb879595ca" # username: "chriseth"
# access_key: "b781828a-9e9c-43d8-89d4-2fbb879595ca"
deploy: deploy:
provider: script provider: script
script: ci/deploy_from_travis.sh script: ci/deploy_from_travis.sh

Loading…
Cancel
Save