community-app/.travis.yml

17 lines
523 B
YAML
Raw Normal View History

language: node_js
node_js:
2013-12-11 20:25:11 +00:00
- "0.10"
2017-01-24 10:03:32 +00:00
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
2013-12-11 21:12:57 +00:00
before_script:
- npm install -g grunt-cli
2013-12-12 19:34:26 +00:00
- npm install -g bower
2017-01-24 10:03:32 +00:00
- bundle install
2013-12-12 19:30:26 +00:00
- bower install
- grunt prod
notifications:
2017-01-24 10:03:32 +00:00
email: true