Skip to content

Commit e0fc722

Browse files
committed
try to fix travis
1 parent dd92660 commit e0fc722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
fast_finish: true
2525
include:
2626
- rvm: ruby-head
27-
env: CMD=docker-compose -f $TRAVIS_BUILD_DIR/docker-compose.yml build
27+
env: CMD="docker-compose -f $TRAVIS_BUILD_DIR/docker-compose.yml build"
2828
before_install:
2929
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
3030
- rake --version

0 commit comments

Comments
 (0)