Skip to content

Commit 4ce2203

Browse files
author
Tod Beardsley
committed
Can we test the modules before the bundle install?
1 parent 3c657e1 commit 4ce2203

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ before_install:
33
- rake --version
44
- sudo apt-get update -qq
55
- sudo apt-get install -qq libpcap-dev
6-
before_script:
7-
- ls -la ./.git/hooks
86
- ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
9-
- ./.git/hooks/post-merge
107
- ls -la ./.git/hooks
8+
- ./.git/hooks/post-merge
9+
before_script:
1110
- cp config/database.yml.travis config/database.yml
1211
- bundle exec rake --version
1312
- bundle exec rake db:create

0 commit comments

Comments
 (0)