Enable travis artifacts
This commit is contained in:
parent
57610eb39e
commit
09c5cec3da
1 changed files with 3 additions and 0 deletions
|
|
@ -19,3 +19,6 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- 'bundle exec rspec --color --format documentation'
|
- 'bundle exec rspec --color --format documentation'
|
||||||
- 'bundle exec rubocop -Dc .rubocop.yml'
|
- 'bundle exec rubocop -Dc .rubocop.yml'
|
||||||
|
addons:
|
||||||
|
artifacts: true
|
||||||
|
s3_region: "us-east-1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue