Enable travis artifacts

This commit is contained in:
Henne Vogelsang 2016-02-01 17:51:42 +01:00
parent 57610eb39e
commit 09c5cec3da

View file

@ -19,3 +19,6 @@ before_script:
script:
- 'bundle exec rspec --color --format documentation'
- 'bundle exec rubocop -Dc .rubocop.yml'
addons:
artifacts: true
s3_region: "us-east-1"