UNPKG

select-part-of-word

Version:

An extension that allows you to move selection by a word in camel-case string.

20 lines (17 loc) 304 B
language: node_js sudo: false node_js: - "node" os: - osx - linux before_install: - if [ $TRAVIS_OS_NAME == "linux" ]; then export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi install: - npm install script: - npm test --silent