Initial setup of mycontroller
This commit is contained in:
16
www/libs/angular-bootstrap-switch/.travis.yml
Normal file
16
www/libs/angular-bootstrap-switch/.travis.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- '0.10'
|
||||
|
||||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- export PHANTOMJS_BIN=/usr/local/phantomjs/bin/phantomjs
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- sleep 3 # give xvfb some time to start
|
||||
- 'npm install -g bower grunt-cli'
|
||||
- 'npm install'
|
||||
- 'bower install'
|
||||
|
||||
script:
|
||||
- grunt
|
||||
Reference in New Issue
Block a user