Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Terrell committed Aug 12, 2014
1 parent 65727f1 commit 9fb85f2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ bundler_args: --without development --path=~/.bundle
services:
- redis-server
env:
- TESTFOLDER=spec/features
- TESTFOLDER=spec/models spec/services spec/decorators spec/controllers spec/helpers
- TESTFOLDER=spec/lib
global:
- BUNDLE_ARCHIVE="OregonDigital"
- AWS_S3_BUCKET="CI-Artifacts"
- secure: QClPwl358D90HQEl6B5UT2pDxdYJN48411wxre86rTFhWEi7socrnuUNL11ZnD16I6BBki3KWlcNo37tkP2H6Pl36g4hngpLNekipvxA3wRzHaHVcDj2NAASnZmo78YG8MJYwbPc0oFf/bp2F39GKEP9CkvsdSyCv4ydi+NV3Ao=
- NOKOGIRI_USE_SYSTEM_LIRARIES=1
- BUNDLE_ARCHIVE="OregonDigital"
- AWS_S3_BUCKET="CI-Artifacts"
- secure: QClPwl358D90HQEl6B5UT2pDxdYJN48411wxre86rTFhWEi7socrnuUNL11ZnD16I6BBki3KWlcNo37tkP2H6Pl36g4hngpLNekipvxA3wRzHaHVcDj2NAASnZmo78YG8MJYwbPc0oFf/bp2F39GKEP9CkvsdSyCv4ydi+NV3Ao=
- NOKOGIRI_USE_SYSTEM_LIRARIES=1
matrix:
- TESTFOLDER=spec/features
- TESTFOLDER=spec/models spec/services spec/decorators spec/controllers spec/helpers
- TESTFOLDER=spec/lib
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libmagickwand-dev libvips-dev libmagic-dev graphicsmagick
Expand Down

0 comments on commit 9fb85f2

Please sign in to comment.