We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3d6bc commit 9bacc31Copy full SHA for 9bacc31
1 file changed
.travis.yml
@@ -1,3 +1,4 @@
1
+dist: trusty
2
rvm:
3
- 2.4.2
4
bundler_args: "--without debug development"
@@ -9,5 +10,6 @@ before_script:
9
10
- export SECRET_KEY_BASE="$(bundle exec rake secret)"
11
- cp config/database.travis.yml config/database.yml
12
- psql -c 'create database hours_test' -U postgres
-- export DISPLAY=:99.0
13
-- sh -e /etc/init.d/xvfb start
+- "export DISPLAY=:99.0"
14
+- "sh -e /etc/init.d/xvfb start"
15
+- sleep 3 # give xvfb some time to start
0 commit comments