Skip to content

Commit

Permalink
Added travis before_script hook
Browse files Browse the repository at this point in the history
  • Loading branch information
DOMUS\almancini committed Jun 25, 2018
1 parent 8a4b06c commit 578c4e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
language: node_js
- '6'
install: npm install
before_script:
- npm install -g gulp-cli
script: gulp release
env:
global:
- COMMIT_AUTHOR_NAME: "'Chris Schmich'"
- COMMIT_AUTHOR_EMAIL: 'schmch@gmail.com'
- ENCRYPTION_LABEL: 95f025fe7ce3
deploy:
deploy:
provider: script
script: bash ./deploy/deploy.sh
skip_cleanup: true
Expand Down

0 comments on commit 578c4e2

Please sign in to comment.