Skip to content

Commit

Permalink
rename docker-compose.test.yml due to issue with docker hub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zfletch committed Feb 27, 2020
1 parent 8df2ae9 commit b9448c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
- docker-compose build

script:
- docker-compose -f docker-compose.no-redis.yml run web rspec
- docker-compose run web rubocop
- docker-compose run web bundle audit --update
- docker-compose run web rspec
- docker-compose -f docker-compose.test.yml run web rspec
File renamed without changes.

0 comments on commit b9448c3

Please sign in to comment.