community-app/.travis.yml
Nazeer Hussain Shaik f45ef35503 new skin
2017-01-24 15:33:32 +05:30

17 lines
523 B
YAML

language: node_js
node_js:
- "0.10"
before_install:
- mkdir travis-phantomjs
- wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-14.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-14.04.tar.bz2
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-14.04.tar.bz2 -C $PWD/travis-phantomjs
- export PATH=$PWD/travis-phantomjs:$PATH
before_script:
- npm install -g grunt-cli
- npm install -g bower
- bundle install
- bower install
- grunt prod
notifications:
email: true