Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydwatkin committed Oct 27, 2015
1 parent 9bab3c8 commit 59b11dd
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
before_install:
- sudo apt-get install libicu-dev
# 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
- npm i -g npm
sudo: false

language: node_js

node_js:
- "0.11"
- "0.10"
- 0.8
- '0.10'
- '0.12'
- '4.0'
- '4.1'
- '4.2'
- 'stable'

before_script:
- npm install -g standard

after_script:
- npm run coveralls

0 comments on commit 59b11dd

Please sign in to comment.