Merge pull request #224 from quarkus/feature/prepublish_build
added prepublish hook to have a concatenated version after install
Showing
3 changed files
with
6 additions
and
3 deletions
1 | language: node_js | 1 | language: node_js |
2 | node_js: | 2 | node_js: |
3 | - '0.10' | 3 | - '0.10' |
4 | before_script: | 4 | install: |
5 | - npm install -g grunt-cli | 5 | - npm install -g grunt-cli && npm install |
6 | - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then curl https://gist.githubusercontent.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash; fi | 6 | - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then curl https://gist.githubusercontent.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash; fi |
7 | notifications: | 7 | notifications: |
8 | hipchat: | 8 | hipchat: | ... | ... |
-
Please register or sign in to post a comment