We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c657e1 commit 4ce2203Copy full SHA for 4ce2203
.travis.yml
@@ -3,11 +3,10 @@ before_install:
3
- rake --version
4
- sudo apt-get update -qq
5
- sudo apt-get install -qq libpcap-dev
6
-before_script:
7
- - ls -la ./.git/hooks
8
- ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
9
- - ./.git/hooks/post-merge
10
- ls -la ./.git/hooks
+ - ./.git/hooks/post-merge
+before_script:
11
- cp config/database.yml.travis config/database.yml
12
- bundle exec rake --version
13
- bundle exec rake db:create
0 commit comments