Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
chore(travis): Set up travis for running tests on Sauce Labs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenford committed Mar 19, 2015
1 parent ae14a12 commit 6102176
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ deploy:
on:
repo: mbenford/ngTagsInput
branch: master
env:
global:
- secure: fTAoSkukYG14LWmA5iBU4+uGSAqNXIywVSQ3fzKJFLbHEnIv5B8Zi6z8Ka+IkX2QAE6HITR0jRM92VQ6ifS624+QtOl63Qfhv+DXnfyZow2poHgqfY1OaVI7aZJfc2mfEYINSqhcZSVC6vmUergDsYI9PW25SZNqDVnygrTggWM=
- secure: OkD+Jv13JQ3fs+VgxQIGe/SiKQa4pMtjQj/j7beZvkx32gZSXpsZHZvNezWdejjj4sSszq8GeI5CrchxaKAcfDADd9rvv8F88bWF5ft4cUUGfCmI2jspn6B5yShHPbvRhjim0LZifZI6fZJ61N9l9jnEt69i9a+p+cXfrqY+OJA=
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ module.exports = function(grunt) {
grunt.registerTask('coverage', ['test', 'open:coverage']);

grunt.registerTask('travis', [
'sauce',
'pack',
'compress',
'copy:travis',
Expand Down

0 comments on commit 6102176

Please sign in to comment.