Skip to content

Commit

Permalink
update to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed Jul 26, 2016
1 parent 9e0bf78 commit 2acf8d5
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
language: node_js
node_js:
- "4.2.4"
- 4.2.4
env:
- CXX=g++-4.8
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- ubuntu-toolchain-r-test
packages:
- g++-4.8

- g++-4.8
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- gem update --system
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- gem update --system
install:
- cd log4js
- npm install
- npm install -g bower grunt-cli

- cd log4js
- npm install
- npm install -g bower grunt-cli
before_script:
- npm install
- npm install
script:
- grunt --gruntfile "Gruntfile.js" build --verbose

- grunt --gruntfile "Gruntfile.js" build --verbose
deploy:
provider: releases
api_key:
secure: D3OkluDRa3mkyQAYPMCrbIqvIpZAGOsjqO/21myRDa7MiRjkZJgg2TMxfSTfUsnSf4aMKvLybvD7+YWd1015U7OqFR+I0hkwV49DNlQgw9/Gh7mFAfrM3wO7qibSKdTeaph76hmCQfNxN9UWEdyrnEzRooBlwJDa/skq65z70hc=
file: log4js\target\*.zip
on:
repo: stritti/log4js
branch: master

0 comments on commit 2acf8d5

Please sign in to comment.