Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3720cc

Browse files
committed
Fixed overriding the script call.
1 parent 679c712 commit f3720cc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: ruby
22
rvm:
3-
- 1.9.3
4-
- 2.0.0
3+
- 1.9.3
4+
- 2.0.0
55
before_script:
6-
- bundle exec berks install
7-
script:
8-
- bundle exec foodcritic -f any .
6+
- bundle exec berks install
7+
- bundle exec foodcritic -f any .

0 commit comments

Comments
 (0)