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 139e282 commit af703abCopy full SHA for af703ab
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs;
23
fi
24
- "export DISPLAY=:99.0"
25
- - "sh -e /etc/init.d/xvfb start"
+ - gem install bundler:1.17.3
26
script:
27
- bundle exec rubocop
28
- bundle exec rake test
@@ -41,5 +41,14 @@ after_success:
41
42
addons:
43
postgresql: "9.3"
44
+ apt:
45
+ packages:
46
+ - postgresql-9.3
47
+ - postgresql-client-9.3
48
+ - postgresql-contrib-9.3
49
services:
50
- redis-server
51
+ - xvfb
52
+env:
53
+ global:
54
+ - PGPORT=5433
0 commit comments