diff --git a/.travis.yml b/.travis.yml index 35b3b125a..6d662f4af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: -- "4" - "stable" sudo: required dist: trusty @@ -22,11 +21,7 @@ before_script: - sh -e /etc/init.d/xvfb start script: - set -x - - scripts/get_geckdriver.sh - - scripts/get_selenium.sh - - scripts/get_chromedriver.sh - - scripts/selenium_connect.sh & - - node tests/jsunit/test_runner.js + - npm test os: - - linux + - linux diff --git a/README.md b/README.md index 71b4e3205..cd77906a2 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,9 @@ blocks together to build programs. All code is free and open source. ![](https://developers.google.com/blockly/images/sample.png) Blockly has an active [developer forum](https://groups.google.com/forum/#!forum/blockly). Please drop by and say hello. Show us your prototypes early; collectively we have a lot of experience and can offer hints which will save you time. + +Help us focus our development efforts by telling us [what you are doing with +Blockly](https://goo.gl/forms/kZTsO9wGLmpoPXC02). The questionnaire only takes +a few minutes and will help us better support the Blockly community. + +Want to contribute? Great! First, read [our guidelines for contributors](https://developers.google.com/blockly/guides/modify/contributing). diff --git a/accessible/app.component.js b/accessible/app.component.js index 737d39267..117e818a6 100644 --- a/accessible/app.component.js +++ b/accessible/app.component.js @@ -36,9 +36,11 @@ blocklyApp.AppComponent = ng.core.Component({ {{getAriaLiveReadout()}} - + + + - +