mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 09:37:29 +00:00
17 lines
523 B
YAML
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
|