Blame view
dist/bower_components/angular-ui-select2/.travis.yml
221 Bytes
|
ffc06a7f8
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
language: node_js
node_js:
- "0.8"
- "0.10"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g karma bower grunt-cli
- bower install
- npm install
script: "grunt"
|