language: node_js node_js: - '0.10' script: node_modules/karma/bin/karma start karma.conf.js --single-run before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - npm install -g jspm - jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN before_script: - npm install - jspm install