changing this to postgres 9.3

re-ordering stuff in .travis.yml
This commit is contained in:
darkbushido 2016-03-07 13:25:37 -06:00
parent 6bee4e759b
commit 204138c7c1
No known key found for this signature in database
GPG Key ID: 3922EB70FB80E8DD
1 changed files with 11 additions and 14 deletions

View File

@ -2,12 +2,21 @@ sudo: false
group: stable
bundler_args: --without coverage development pcap
cache: bundler
addons:
postgresql: '9.3'
apt:
packages:
- libpcap-dev
- graphviz
language: ruby
rvm:
- '2.1.8'
env:
- RAKE_TASKS="cucumber cucumber:boot" CREATE_BINSTUBS=true
- RAKE_TASKS=spec SPEC_OPTS="--tag content"
- RAKE_TASKS=spec SPEC_OPTS="--tag ~content"
language: ruby
matrix:
fast_finish: true
before_install:
@ -25,8 +34,6 @@ before_script:
script:
# fail build if db/schema.rb update is not committed
- git diff --exit-code db/schema.rb && bundle exec rake $RAKE_TASKS
rvm:
- '2.1.8'
notifications:
irc: "irc.freenode.org#msfnotify"
@ -38,14 +45,4 @@ git:
branches:
except:
- gh-pages
- metakitty
addons:
postgresql: '9.5'
apt:
packages:
- libpcap-dev
- graphviz
services:
- postgresql
- metakitty