Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpriggs committed Jul 18, 2014
1 parent 927d18a commit 31d0600
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: node_js
node_js:
- "0.10"
- '0.10'
before_install: npm install -g grunt-cli
before_script: grunt build --verbose
before_script: grunt build --verbose
deploy:
provider: releases
api_key:
secure: RH6f8GbwwkXZvoxOS88NhOhEAfFHL52wQ9cadmzPTCnqNNVeC5GhAvwoNvBTobZhB+Jt0W9oVQt2WTnAomxC9cqh07fSqLBk8I8UpuhRkmL+AZPwnquDxD9Bi6yNAgwd5IQfMqP251Qlzfwe7ffL42yAsjGfJOoliZRvfQyKQho=
file: viewer.zip
on:
repo: DavidSpriggs/ConfigurableViewerJSAPI

0 comments on commit 31d0600

Please sign in to comment.