ikettle.js
Version:
A nodejs wrapper for the ikettle
14 lines (13 loc) • 386 B
YAML
before_install:
- sudo apt-get install libicu-dev
- npm i -g npm
# Workaround for a permissions issue with Travis virtual machine images
# that breaks Python's multiprocessing:
# https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
before_script:
- npm install -g grunt-cli
language: node_js
node_js:
- "0.11"